recipe-site/.drone.yml

8 lines
142 B
YAML

pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install --jobs=4
- bundle exec jekyll build