mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-23 12:40:39 +00:00
use hugo 0.80 in ci
This commit is contained in:
parent
a41ad54a02
commit
0602249058
@ -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/
|
||||||
|
|
||||||
@ -670,6 +670,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 63d5c7ff9459d99d13c1e051d9c78585cefd140e8dffe80155721df485f75d49
|
hmac: 81b7b5c60b3c7f5ccd875a2685c08239e972ec404b2d8b26b3a864bf0f2440c9
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user