update to Hugo v0.74.3

This commit is contained in:
Robert Kaussow 2020-08-01 20:26:42 +02:00
parent 067d5be196
commit 6d6bd4f3ca
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 7 additions and 8 deletions

View File

@ -266,7 +266,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/',
],
@ -283,7 +283,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

@ -386,7 +386,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/
@ -398,7 +398,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/
@ -495,6 +495,6 @@ depends_on:
---
kind: signature
hmac: 968f0d1f0676d8fab71d93009c40e0cb29edda9db6bfe9436200018279d509af
hmac: 759a975b796218d54d4e86f436810ec120bd53a5fa0abadf774467a35039bcd9
...

View File

@ -1,3 +1,2 @@
- ENHANCEMENT
- add custom modules auto-detection
- allow different naming for the directory based config file `.later|.later.yml|.later.yaml`
- INTERNAL
- upgrade CI pipeline to use Hugo v0.74.3