fix: cache
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
Simon 2023-09-18 17:49:58 +02:00
parent 2232722982
commit 9da2b98eb8
1 changed files with 6 additions and 6 deletions

View File

@ -61,9 +61,9 @@ steps:
- name: build website - name: build website
image: klakegg/hugo:0.101.0-ext-debian-ci image: klakegg/hugo:0.101.0-ext-debian-ci
volumes: # volumes:
- name: hugo-resources # - name: hugo-resources
path: /drone/src/resources # path: /drone/src/resources
commands: commands:
- hugo --minify --environment production - hugo --minify --environment production
@ -131,9 +131,9 @@ steps:
- name: build website - name: build website
image: klakegg/hugo:0.101.0-ext-debian-ci image: klakegg/hugo:0.101.0-ext-debian-ci
volumes: # volumes:
- name: hugo-resources # - name: hugo-resources
path: /drone/src/resources # path: /drone/src/resources
commands: commands:
- hugo --minify --buildDrafts --buildFuture --environment staging - hugo --minify --buildDrafts --buildFuture --environment staging