update to Hugo v0.74.3

This commit is contained in:
Robert Kaussow 2020-08-01 20:33:34 +02:00
parent aef5294fbe
commit fbd742f48f
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 7 additions and 11 deletions

View File

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

View File

@ -430,7 +430,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.72.0-ext-alpine
image: klakegg/hugo:0.74.3-ext-alpine
commands:
- hugo-official -s docs/ -b http://localhost/
@ -442,7 +442,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: docs/public
- name: build
image: klakegg/hugo:0.72.0-ext-alpine
image: klakegg/hugo:0.74.3-ext-alpine
commands:
- hugo-official -s docs/
@ -543,6 +543,6 @@ depends_on:
---
kind: signature
hmac: 3a5eed826fd837d9c63d46c8f9a14263ddd0d791f110b32a8dec464a83062e20
hmac: d01e452cbf36353f65131c9ccc10112e4d22bc798f06d44f89acdd203de0bb17
...

View File

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