recipe-site/.drone.yml

9 lines
192 B
YAML
Raw Normal View History

2020-02-29 16:10:14 +00:00
pipeline:
build:
image: ruby
commands:
- gem install bundler
- bundle install
- bundle exec jekyll build
- bundle exec htmlproofer ./_site --disable-external