From 6fb6f346cb657158967d5a9686c80f2e30eb09d5 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 02:21:50 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index e762120..3707839 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ pipeline: - chmod a+w Gemfile.lock - chown -R jekyll:jekyll /drone - gem update --system + - bundle init - gem install bundler - bundle install - bundle exec jekyll build