ci: use Hugo 0.83.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-05-06 22:50:17 +02:00
parent 1dcadd5c7d
commit 457b587b5f
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 5 additions and 5 deletions

View File

@ -35,9 +35,9 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.74.3-ext-alpine
image: thegeeklab/hugo:0.83.1
commands:
- hugo-official -b http://localhost/
- hugo -b http://localhost/
- name: link-validation
image: thegeeklab/link-validator
@ -47,9 +47,9 @@ steps:
LINK_VALIDATOR_BASE_DIR: public
- name: build
image: klakegg/hugo:0.74.3-ext-alpine
image: thegeeklab/hugo:0.83.1
commands:
- hugo-official
- hugo
- name: beautify
image: node:lts-alpine
@ -82,6 +82,6 @@ trigger:
---
kind: signature
hmac: b378c1b81ad1a49b89dd49020b1092071852b2609501675d9098d88e449baa49
hmac: d4dc1bff9acfc6117a3ef3069a8454fc351498fb1f6f0ad277994e33314cf596
...