mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-25 05:30:39 +00:00
docs: use Hugo 0.83.1 to build docs
This commit is contained in:
parent
dfcee5b002
commit
bb55fb0a9e
@ -334,7 +334,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'klakegg/hugo:0.80.0-ext-alpine-ci',
|
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo-official -s docs/ -b http://localhost/',
|
'hugo-official -s docs/ -b http://localhost/',
|
||||||
],
|
],
|
||||||
@ -351,7 +351,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'klakegg/hugo:0.80.0-ext-alpine-ci',
|
image: 'klakegg/hugo:0.83.1-ext-alpine-ci',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo-official -s docs/',
|
'hugo-official -s docs/',
|
||||||
],
|
],
|
||||||
|
@ -494,7 +494,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s docs/ -b http://localhost/
|
- hugo-official -s docs/ -b http://localhost/
|
||||||
|
|
||||||
@ -506,7 +506,7 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
image: klakegg/hugo:0.83.1-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s docs/
|
- hugo-official -s docs/
|
||||||
|
|
||||||
@ -644,6 +644,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 321540ba92e4abe200e4c4ad456091b37bbbbf08b3edb5c9f3124471f77c206d
|
hmac: 1a3c02e976a4a552c4253dad73027fb2cd25e7a91d51d86eb125211b573cddee
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user