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