ci: bump hugo to v0.115.2 (#635)

This commit is contained in:
Robert Kaussow 2023-07-11 21:35:21 +02:00 committed by GitHub
parent 5423cf9580
commit f772ae7c4d
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', 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
... ...