recipe-site/.drone.yml

9 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