diff --git a/.drone.yml b/.drone.yml index ad4ff1e..ccfacc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - bundle config set --local path /cache/.bundle - bundle env - bundle install - - ls -la /drone/.bundle + - ls -la /cache/.bundle - bundle exec jekyll build when: