From cb10d8a7a7bd3ec599000dd5bc17865fd554cc76 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 1 Mar 2020 16:53:16 +1000 Subject: [PATCH] run drone build in parallel --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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