ci: bump hugo to v0.114.0 (#625)

This commit is contained in:
Robert Kaussow 2023-06-23 11:19:01 +02:00 committed by GitHub
parent 512dc44a89
commit 2f09ef6c31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -300,7 +300,7 @@ local PipelineDocs = {
},
{
name: 'testbuild',
image: 'thegeeklab/hugo:0.105.0',
image: 'thegeeklab/hugo:0.114.0',
commands: [
'hugo --panicOnWarning -s docs/ -b http://localhost:8000/',
],
@ -318,7 +318,7 @@ local PipelineDocs = {
},
{
name: 'build',
image: 'thegeeklab/hugo:0.105.0',
image: 'thegeeklab/hugo:0.114.0',
commands: [
'hugo --panicOnWarning -s docs/',
],

View File

@ -294,7 +294,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.105.0
image: thegeeklab/hugo:0.114.0
commands:
- hugo --panicOnWarning -s docs/ -b http://localhost:8000/
@ -307,7 +307,7 @@ steps:
LINK_VALIDATOR_RETRIES: 3
- name: build
image: thegeeklab/hugo:0.105.0
image: thegeeklab/hugo:0.114.0
commands:
- hugo --panicOnWarning -s docs/
@ -412,6 +412,6 @@ depends_on:
---
kind: signature
hmac: 61adfbb4000f513b9c48979a489bc9556c5257566af038285ba1a12c9421f359
hmac: ae3636efacf23f1ea71a6cfadf90e2010a61daef4625640863bb0d8cb650ada6
...