From 69833e7f1897020f4bf1a79314c7af4efb26c720 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 02:07:44 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index b75b1cf..7522747 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,11 @@ 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 + - 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