diff --git a/.drone.yml b/.drone.yml index d720765..b23c1af 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - name: build image: ruby:latest environment: - - BUNDLE_PATH=/drone/.bundle + BUNDLE_PATH: /drone/.bundle commands: - bundle install - bundle exec jekyll build