run drone build in parallel
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lynne Megido 2020-03-01 16:53:16 +10:00
parent ce4cf010e5
commit cb10d8a7a7
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

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