Compare commits

...

2 Commits

Author SHA1 Message Date
Robert Kaussow 509a0d92cd
ci: bump hugo to v0.114.0 (#73) 2023-06-23 11:23:49 +02:00
renovate[bot] 51c9d888ff chore(deps): update dependency thegeeklab/hugo-geekdoc to v0.39.5 2023-06-23 09:22:43 +00:00
3 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ local PipelineDocs = {
},
{
name: 'testbuild',
image: 'thegeeklab/hugo:0.105.0',
image: 'thegeeklab/hugo:0.114.0',
commands: [
'hugo --panicOnWarning -b http://localhost:8000/',
],
@ -61,7 +61,7 @@ local PipelineDocs = {
},
{
name: 'build',
image: 'thegeeklab/hugo:0.105.0',
image: 'thegeeklab/hugo:0.114.0',
commands: [
'hugo --panicOnWarning',
],

View File

@ -34,7 +34,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.105.0
image: thegeeklab/hugo:0.114.0
commands:
- hugo --panicOnWarning -b http://localhost:8000/
@ -47,7 +47,7 @@ steps:
LINK_VALIDATOR_RETRIES: 3
- name: build
image: thegeeklab/hugo:0.105.0
image: thegeeklab/hugo:0.114.0
commands:
- hugo --panicOnWarning
@ -86,6 +86,6 @@ trigger:
---
kind: signature
hmac: f99a61d4ef60dce63207c62d91f131f54c6b3ec8a1e2a0beab6f478b748100a5
hmac: a7b99a33996514b5b80c905a8a84f3a2d89b9629a6c650f23fb76aa51d88fa65
...

View File

@ -1,5 +1,5 @@
# renovate: datasource=github-releases depName=thegeeklab/hugo-geekdoc
THEME_VERSION := v0.39.4
THEME_VERSION := v0.39.5
THEME := hugo-geekdoc
BASEDIR := .