From 8fb8c5089bb9d9479204d4964c7d7c5d2d7bf4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Mon, 16 May 2022 11:17:03 +0200 Subject: [PATCH] cache simple --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: