update to Hugo v0.74.3

This commit is contained in:
Robert Kaussow 2020-08-01 20:31:57 +02:00
parent 7e2c892e07
commit 32bfecee04
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 10 additions and 9 deletions

View File

@ -246,7 +246,7 @@ local PipelineDocs = {
}, },
{ {
name: 'testbuild', name: 'testbuild',
image: 'klakegg/hugo:0.72.0-ext-alpine', image: 'klakegg/hugo:0.74.3-ext-alpine',
commands: [ commands: [
'hugo-official -s docs/ -b http://localhost/', 'hugo-official -s docs/ -b http://localhost/',
], ],
@ -263,7 +263,7 @@ local PipelineDocs = {
}, },
{ {
name: 'build', name: 'build',
image: 'klakegg/hugo:0.72.0-ext-alpine', image: 'klakegg/hugo:0.74.3-ext-alpine',
commands: [ commands: [
'hugo-official -s docs/', 'hugo-official -s docs/',
], ],

View File

@ -363,7 +363,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error NPM_CONFIG_LOGLEVEL: error
- name: testbuild - name: testbuild
image: klakegg/hugo:0.72.0-ext-alpine image: klakegg/hugo:0.74.3-ext-alpine
commands: commands:
- hugo-official -s docs/ -b http://localhost/ - hugo-official -s docs/ -b http://localhost/
@ -375,7 +375,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: docs/public LINK_VALIDATOR_BASE_DIR: docs/public
- name: build - name: build
image: klakegg/hugo:0.72.0-ext-alpine image: klakegg/hugo:0.74.3-ext-alpine
commands: commands:
- hugo-official -s docs/ - hugo-official -s docs/
@ -472,6 +472,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 3336b9f035e12dcbf745f4d8251e8fb25f8d77fe29c56fecb2e8988efdac4a10 hmac: 94878dbc24e00a84fb2f81709d2951d6bd5cb38eb5643bc4bb792495f3ab14c3
... ...

View File

@ -1,4 +1,5 @@
* INTERNAL - INTERNAL
* add markdown linting to CI (markdownlint-cli) - add markdown linting to CI (markdownlint-cli)
* add spellchecking to CI (spellcheck-cli) - add spellchecking to CI (spellcheck-cli)
* add broken link check to CI (broken-link-checker) - add broken link check to CI (broken-link-checker)
- upgrade CI pipeline to use Hugo v0.74.3