recipe-site/.drone.yml
Lynne cb10d8a7a7
All checks were successful
continuous-integration/drone/push Build is passing
run drone build in parallel
2020-03-01 16:53:16 +10:00

8 lines
201 B
YAML

pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install --jobs=4
- bundle exec jekyll build
- bundle exec htmlproofer ./_site --disable-external