mirror of
https://github.com/thegeeklab/corenetworks.git
synced 2024-11-21 21:20:38 +00:00
update to Hugo v0.74.3
This commit is contained in:
parent
917d571373
commit
f417d8c05d
@ -217,7 +217,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/',
|
||||||
],
|
],
|
||||||
@ -234,7 +234,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/',
|
||||||
],
|
],
|
||||||
|
@ -234,7 +234,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/
|
||||||
|
|
||||||
@ -246,7 +246,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/
|
||||||
|
|
||||||
@ -321,6 +321,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 457331c0185352fd5ff3f72b2ca3d85af12623a5011fe1d9686b27f9a5d8b4c9
|
hmac: 00ee28708597fb83f16ba95ef8701c54655c4ddd90fc13061bc88a3ed41dc24f
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user