diff --git a/.drone.yml b/.drone.yml index 8e22c9d..84efc77 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,9 +7,8 @@ steps: image: jekyll/jekyll environment: JEKYLL_ENV: production - NODE_ENV: production commands: - chown -R jekyll:jekyll /drone - - bundle install - npm install + - bundle install - bundle exec jekyll build