Skip to content

Commit

Permalink
ci: bump hugo to v0.115.2 (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Jul 11, 2023
1 parent 9b913d4 commit 0b031bc
Show file tree
Hide file tree
Showing 2 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 @@ -286,7 +286,7 @@ local PipelineDocs = {
},
{
name: 'testbuild',
image: 'thegeeklab/hugo:0.114.0',
image: 'thegeeklab/hugo:0.115.2',
commands: [
'hugo --panicOnWarning -s docs/ -b http://localhost:8000/',
],
Expand All @@ -304,7 +304,7 @@ local PipelineDocs = {
},
{
name: 'build',
image: 'thegeeklab/hugo:0.114.0',
image: 'thegeeklab/hugo:0.115.2',
commands: [
'hugo --panicOnWarning -s docs/',
],
Expand Down
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error

- name: testbuild
image: thegeeklab/hugo:0.114.0
image: thegeeklab/hugo:0.115.2
commands:
- hugo --panicOnWarning -s docs/ -b http://localhost:8000/

Expand All @@ -316,7 +316,7 @@ steps:
LINK_VALIDATOR_RETRIES: 3

- name: build
image: thegeeklab/hugo:0.114.0
image: thegeeklab/hugo:0.115.2
commands:
- hugo --panicOnWarning -s docs/

Expand Down Expand Up @@ -421,6 +421,6 @@ depends_on:

---
kind: signature
hmac: 6bd991b58ec8176927abae2804235f00b7496ed4cf0a36e67c6b8dbdca42555c
hmac: c0dcadf55aa9d6176cad482aac8bc536a12ac7538466001813500b8236b7700c

...

0 comments on commit 0b031bc

Please sign in to comment.