From 7dc6ac218730e1910899a6899ab70039c205f0b2 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 02:20:15 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 973305f..e762120 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,12 +2,12 @@ pipeline: jekyll-build: image: jekyll/jekyll:latest commands: - # - touch Gemfile.lock - # - chmod a+w Gemfile.lock - # - chown -R jekyll:jekyll /drone - # - gem update --system - # - gem install bundler - # - bundle install + - touch Gemfile.lock + - chmod a+w Gemfile.lock + - chown -R jekyll:jekyll /drone + - gem update --system + - gem install bundler + - bundle install - bundle exec jekyll build