diff --git a/.drone.yml b/.drone.yml index ef4f36d..b86b483 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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