mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-17 10:40:39 +00:00
chore: end of the year maintenance
This commit is contained in:
parent
f44d1164a0
commit
e41a6d1a78
@ -322,7 +322,7 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'testbuild',
|
||||
image: 'thegeeklab/hugo:0.83.1',
|
||||
image: 'thegeeklab/hugo:0.91.0',
|
||||
commands: [
|
||||
'hugo -s docs/ -b http://localhost/',
|
||||
],
|
||||
@ -339,7 +339,7 @@ local PipelineDocs = {
|
||||
},
|
||||
{
|
||||
name: 'build',
|
||||
image: 'thegeeklab/hugo:0.83.1',
|
||||
image: 'thegeeklab/hugo:0.91.0',
|
||||
commands: [
|
||||
'hugo -s docs/',
|
||||
],
|
||||
|
@ -480,7 +480,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/
|
||||
|
||||
@ -492,7 +492,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/
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
.drone.yml
|
||||
*.tpl.md
|
||||
LICENSE
|
||||
|
4
LICENSE
4
LICENSE
@ -1,7 +1,7 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 3, 29 June 2007
|
||||
|
||||
Copyright (C) 2021 Robert Kaussow <mail@thegeeklab.de>
|
||||
Copyright (C) 2022 Robert Kaussow <mail@thegeeklab.de>
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user