0
0
mirror of https://github.com/thegeeklab/corenetworks.git synced 2024-09-21 06:32:44 +02:00

update to Hugo v0.74.3

This commit is contained in:
Robert Kaussow 2020-08-01 20:34:53 +02:00
parent 917d571373
commit f417d8c05d
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
3 changed files with 10 additions and 9 deletions

View File

@ -217,7 +217,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/',
],
@ -234,7 +234,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

@ -234,7 +234,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/
@ -246,7 +246,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/
@ -321,6 +321,6 @@ depends_on:
---
kind: signature
hmac: 457331c0185352fd5ff3f72b2ca3d85af12623a5011fe1d9686b27f9a5d8b4c9
hmac: 00ee28708597fb83f16ba95ef8701c54655c4ddd90fc13061bc88a3ed41dc24f
...

View File

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