ci: bump hugo to v0.115.2

This commit is contained in:
Robert Kaussow 2023-07-11 21:17:32 +02:00
parent 5423cf9580
commit 59b2f5580f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 5 additions and 5 deletions

View File

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

View File

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