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