Skip to content

Commit

Permalink
chore: end of the year maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Dec 21, 2021
1 parent ed9a3eb commit 48f58ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
],
Expand All @@ -358,7 +358,7 @@ local PipelineDocs = {
},
{
name: 'build',
image: 'thegeeklab/hugo:0.83.1',
image: 'thegeeklab/hugo:0.91.0',
commands: [
'hugo -s docs/',
],
Expand Down
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand All @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Robert Kaussow <[email protected]>
Copyright 2022 Robert Kaussow <[email protected]>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 48f58ef

Please sign in to comment.