mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-22 21:00:44 +00:00
use hugo 0.80 in ci
This commit is contained in:
parent
f9aead5758
commit
3a67546561
@ -317,7 +317,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'klakegg/hugo:0.74.3-ext-alpine',
|
image: 'klakegg/hugo:0.80.0-ext-alpine-ci',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo-official -s docs/ -b http://localhost/',
|
'hugo-official -s docs/ -b http://localhost/',
|
||||||
],
|
],
|
||||||
@ -334,7 +334,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'klakegg/hugo:0.74.3-ext-alpine',
|
image: 'klakegg/hugo:0.80.0-ext-alpine-ci',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo-official -s docs/',
|
'hugo-official -s docs/',
|
||||||
],
|
],
|
||||||
|
@ -516,7 +516,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: klakegg/hugo:0.74.3-ext-alpine
|
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s docs/ -b http://localhost/
|
- hugo-official -s docs/ -b http://localhost/
|
||||||
|
|
||||||
@ -528,7 +528,7 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: klakegg/hugo:0.74.3-ext-alpine
|
image: klakegg/hugo:0.80.0-ext-alpine-ci
|
||||||
commands:
|
commands:
|
||||||
- hugo-official -s docs/
|
- hugo-official -s docs/
|
||||||
|
|
||||||
@ -672,6 +672,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: d918029a9d7ac950341fc1a329c411d12a1b35dd3f1b7a7ce8791bd48ded59c1
|
hmac: 4069e0a8bbfde0dc88897530b036f113e39cd4b87ebc8cb946da3394b983c084
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user