recipe-site/.drone.yml

8 lines
142 B
YAML
Raw Normal View History

2020-02-29 16:10:14 +00:00
pipeline:
build:
image: ruby
commands:
- gem install bundler
2020-03-01 06:53:16 +00:00
- bundle install --jobs=4
2020-02-29 16:10:14 +00:00
- bundle exec jekyll build