use hugo 0.80 in ci

This commit is contained in:
Robert Kaussow 2021-01-03 22:05:31 +01:00
parent a41ad54a02
commit 0602249058
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -516,7 +516,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.74.3-ext-alpine
image: klakegg/hugo:0.80.0-ext-alpine-ci
commands:
- hugo-official -s docs/ -b http://localhost/
@ -528,7 +528,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: docs/public
- name: build
image: klakegg/hugo:0.74.3-ext-alpine
image: klakegg/hugo:0.80.0-ext-alpine-ci
commands:
- hugo-official -s docs/
@ -670,6 +670,6 @@ depends_on:
---
kind: signature
hmac: 63d5c7ff9459d99d13c1e051d9c78585cefd140e8dffe80155721df485f75d49
hmac: 81b7b5c60b3c7f5ccd875a2685c08239e972ec404b2d8b26b3a864bf0f2440c9
...