anonymousland/.drone.yml
2022-12-29 19:17:15 +00:00

13 lines
207 B
YAML

kind: pipeline
name: Jekyll build
type: docker
steps:
- name: build
image: ruby:3.1.3
commands:
- gem update
- gem install bundler
- bundle install
- bundle update
- bundle exec jekyll build