run drone build in parallel
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ce4cf010e5
commit
cb10d8a7a7
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ pipeline:
|
||||||
image: ruby
|
image: ruby
|
||||||
commands:
|
commands:
|
||||||
- gem install bundler
|
- gem install bundler
|
||||||
- bundle install
|
- bundle install --jobs=4
|
||||||
- bundle exec jekyll build
|
- bundle exec jekyll build
|
||||||
- bundle exec htmlproofer ./_site --disable-external
|
- bundle exec htmlproofer ./_site --disable-external
|
||||||
|
|
Loading…
Reference in a new issue