ci: use Hugo 0.83.1
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Robert Kaussow 2021-05-06 22:03:07 +02:00
parent 909e1cabf6
commit 8d102addfc
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.74.3-ext-alpine
image: klakegg/hugo:0.83.1-ext-alpine
commands:
- hugo-official -b http://localhost/
@ -42,7 +42,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: public/
- name: build
image: klakegg/hugo:0.74.3-ext-alpine
image: klakegg/hugo:0.83.1-ext-alpine
commands:
- hugo-official
@ -114,6 +114,6 @@ depends_on:
---
kind: signature
hmac: fe9d56e08e740c0fc5ea48cf007f0cf4867f71ff3a23295e320ba6f0b7172c31
hmac: 416758d9a020b137585fc52674c84f5a703db8a2f0d2bb92f13d28ba7c260742
...