From 9da2b98eb8fc6420e0c3c6a5d509a1fe3b16a51b Mon Sep 17 00:00:00 2001 From: Simon C Date: Mon, 18 Sep 2023 17:49:58 +0200 Subject: [PATCH] fix: cache --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index d0a2741..b99da16 100644 --- a/.drone.yml +++ b/.drone.yml @@ -61,9 +61,9 @@ steps: - name: build website image: klakegg/hugo:0.101.0-ext-debian-ci - volumes: - - name: hugo-resources - path: /drone/src/resources + # volumes: + # - name: hugo-resources + # path: /drone/src/resources commands: - hugo --minify --environment production @@ -131,9 +131,9 @@ steps: - name: build website image: klakegg/hugo:0.101.0-ext-debian-ci - volumes: - - name: hugo-resources - path: /drone/src/resources + # volumes: + # - name: hugo-resources + # path: /drone/src/resources commands: - hugo --minify --buildDrafts --buildFuture --environment staging