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 2d37210249
commit 5d02e3968b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 5 deletions

View File

@ -332,7 +332,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/',
],
@ -349,7 +349,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

@ -492,7 +492,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/
@ -504,7 +504,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/
@ -642,6 +642,6 @@ depends_on:
---
kind: signature
hmac: c4f9763ea636fbabd54c15e260559f1e1948fda7841ef5c2d3d62d860bd863f9
hmac: 92598b15ed0ee779365aefa7c9c90fcb6715beca480d091e3135a37f02f55000
...