ci: update hugo to v0.93.2

This commit is contained in:
Robert Kaussow 2022-03-05 16:57:05 +01:00
parent dc17262c54
commit de4ec94d1f
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 9 additions and 9 deletions

View File

@ -341,9 +341,9 @@ local PipelineDocs = {
}, },
{ {
name: 'testbuild', name: 'testbuild',
image: 'thegeeklab/hugo:0.91.0', image: 'thegeeklab/hugo:0.93.2',
commands: [ commands: [
'hugo -s docs/ -b http://localhost/', 'hugo --panicOnWarning -s docs/ -b http://localhost/',
], ],
}, },
{ {
@ -358,9 +358,9 @@ local PipelineDocs = {
}, },
{ {
name: 'build', name: 'build',
image: 'thegeeklab/hugo:0.91.0', image: 'thegeeklab/hugo:0.93.2',
commands: [ commands: [
'hugo -s docs/', 'hugo --panicOnWarning -s docs/',
], ],
}, },
{ {

View File

@ -499,9 +499,9 @@ steps:
NPM_CONFIG_LOGLEVEL: error NPM_CONFIG_LOGLEVEL: error
- name: testbuild - name: testbuild
image: thegeeklab/hugo:0.91.0 image: thegeeklab/hugo:0.93.2
commands: commands:
- hugo -s docs/ -b http://localhost/ - hugo --panicOnWarning -s docs/ -b http://localhost/
- name: link-validation - name: link-validation
image: thegeeklab/link-validator image: thegeeklab/link-validator
@ -511,9 +511,9 @@ steps:
LINK_VALIDATOR_BASE_DIR: docs/public LINK_VALIDATOR_BASE_DIR: docs/public
- name: build - name: build
image: thegeeklab/hugo:0.91.0 image: thegeeklab/hugo:0.93.2
commands: commands:
- hugo -s docs/ - hugo --panicOnWarning -s docs/
- name: beautify - name: beautify
image: node:lts-alpine image: node:lts-alpine
@ -649,6 +649,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 1841bc8bcbf056bae7577aaa9a11fb3f1627777745155ce86f48ff87d6d812de hmac: c075be1e8c2c431a5b20a49c81c5494829d06335aea8b4894d546bf1e6bece74
... ...