use hugo 0.80 in ci

This commit is contained in:
Robert Kaussow 2021-01-03 22:05:30 +01:00
parent f9aead5758
commit 3a67546561
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/
@ -672,6 +672,6 @@ depends_on:
---
kind: signature
hmac: d918029a9d7ac950341fc1a329c411d12a1b35dd3f1b7a7ce8791bd48ded59c1
hmac: 4069e0a8bbfde0dc88897530b036f113e39cd4b87ebc8cb946da3394b983c084
...