anonymousland/.drone.yml
2022-12-29 19:05:53 +00:00

13 lines
201 B
YAML

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