docs: use Hugo 0.83.1 to build docs

This commit is contained in:
Robert Kaussow 2021-05-06 21:52:42 +02:00
parent b2d785c9b4
commit ead04ddfe9
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 5 deletions

View File

@ -315,7 +315,7 @@ local PipelineDocs = {
},
{
name: 'testbuild',
image: 'klakegg/hugo:0.80.0-ext-alpine-ci',
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
commands: [
'hugo-official -s docs/ -b http://localhost/',
],
@ -332,7 +332,7 @@ local PipelineDocs = {
},
{
name: 'build',
image: 'klakegg/hugo:0.80.0-ext-alpine-ci',
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
commands: [
'hugo-official -s docs/',
],

View File

@ -475,7 +475,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.80.0-ext-alpine-ci
image: klakegg/hugo:0.83.1-ext-alpine-ci
commands:
- hugo-official -s docs/ -b http://localhost/
@ -487,7 +487,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: docs/public
- name: build
image: klakegg/hugo:0.80.0-ext-alpine-ci
image: klakegg/hugo:0.83.1-ext-alpine-ci
commands:
- hugo-official -s docs/
@ -625,6 +625,6 @@ depends_on:
---
kind: signature
hmac: a7735a0b4f1c4f02313d41de0fda30fe4593858f7f1db5eb7066d246c4d39b00
hmac: 421860a1346a4ce0641de1635c30f1de7d222a80b2f4d2ba611c9b0cdc577ed7
...