chore: end of the year maintenance

This commit is contained in:
Robert Kaussow 2021-12-21 10:15:41 +01:00
parent ed9a3ebf80
commit 48f58efb56
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 5 additions and 5 deletions

View File

@ -341,7 +341,7 @@ local PipelineDocs = {
},
{
name: 'testbuild',
image: 'thegeeklab/hugo:0.83.1',
image: 'thegeeklab/hugo:0.91.0',
commands: [
'hugo -s docs/ -b http://localhost/',
],
@ -358,7 +358,7 @@ local PipelineDocs = {
},
{
name: 'build',
image: 'thegeeklab/hugo:0.83.1',
image: 'thegeeklab/hugo:0.91.0',
commands: [
'hugo -s docs/',
],

View File

@ -499,7 +499,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.83.1
image: thegeeklab/hugo:0.91.0
commands:
- hugo -s docs/ -b http://localhost/
@ -511,7 +511,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: docs/public
- name: build
image: thegeeklab/hugo:0.83.1
image: thegeeklab/hugo:0.91.0
commands:
- hugo -s docs/

View File

@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2021 Robert Kaussow <mail@thegeeklab.de>
Copyright 2022 Robert Kaussow <mail@thegeeklab.de>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.