mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
docs: use Hugo 0.83.1 to build docs
This commit is contained in:
parent
2d37210249
commit
5d02e3968b
@ -332,7 +332,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/',
|
||||||
],
|
],
|
||||||
@ -349,7 +349,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/',
|
||||||
],
|
],
|
||||||
|
@ -492,7 +492,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/
|
||||||
|
|
||||||
@ -504,7 +504,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/
|
||||||
|
|
||||||
@ -642,6 +642,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: c4f9763ea636fbabd54c15e260559f1e1948fda7841ef5c2d3d62d860bd863f9
|
hmac: 92598b15ed0ee779365aefa7c9c90fcb6715beca480d091e3135a37f02f55000
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user