mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 11:50:38 +00:00
chore: end of the year maintenance
This commit is contained in:
parent
ed9a3ebf80
commit
48f58efb56
@ -341,7 +341,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'thegeeklab/hugo:0.83.1',
|
image: 'thegeeklab/hugo:0.91.0',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo -s docs/ -b http://localhost/',
|
'hugo -s docs/ -b http://localhost/',
|
||||||
],
|
],
|
||||||
@ -358,7 +358,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'thegeeklab/hugo:0.83.1',
|
image: 'thegeeklab/hugo:0.91.0',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo -s docs/',
|
'hugo -s docs/',
|
||||||
],
|
],
|
||||||
|
@ -499,7 +499,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.83.1
|
image: thegeeklab/hugo:0.91.0
|
||||||
commands:
|
commands:
|
||||||
- hugo -s docs/ -b http://localhost/
|
- hugo -s docs/ -b http://localhost/
|
||||||
|
|
||||||
@ -511,7 +511,7 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.83.1
|
image: thegeeklab/hugo:0.91.0
|
||||||
commands:
|
commands:
|
||||||
- hugo -s docs/
|
- hugo -s docs/
|
||||||
|
|
||||||
|
2
LICENSE
2
LICENSE
@ -187,7 +187,7 @@
|
|||||||
same "printed page" as the copyright notice for easier
|
same "printed page" as the copyright notice for easier
|
||||||
identification within third-party archives.
|
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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
Loading…
Reference in New Issue
Block a user