use hugo 0.80 in ci

This commit is contained in:
Robert Kaussow 2021-01-03 22:05:30 +01:00
parent e396239ee1
commit f88a66f402
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 5 additions and 5 deletions

View File

@ -298,7 +298,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/',
], ],
@ -315,7 +315,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/',
], ],

View File

@ -497,7 +497,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/
@ -509,7 +509,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/
@ -653,6 +653,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 294dd727afe86d2b1764dc93ca382c33738ab08ed1e560de1ea5560b576187e2 hmac: a3c4fe34462613c646211010eb0719e24a6720668a282d12a31b3a86d588c245
... ...