mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-21 08:50:40 +00:00
chore: end of the year maintenance
This commit is contained in:
parent
5a220c79b6
commit
2ac36d634a
@ -322,7 +322,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/',
|
||||||
],
|
],
|
||||||
@ -339,7 +339,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/',
|
||||||
],
|
],
|
||||||
|
@ -480,7 +480,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/
|
||||||
|
|
||||||
@ -492,7 +492,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/
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
.drone.yml
|
.drone.yml
|
||||||
*.tpl.md
|
*.tpl.md
|
||||||
|
LICENSE
|
||||||
|
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2021 Robert Kaussow <mail@thegeeklab.de>
|
Copyright (c) 2022 Robert Kaussow <mail@thegeeklab.de>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
Loading…
Reference in New Issue
Block a user