Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bump hugo to v0.115.2 #436

Merged
merged 1 commit into from
Jul 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,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 @@ -322,7 +322,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 @@ -322,7 +322,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 @@ -335,7 +335,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 @@ -440,6 +440,6 @@ depends_on:

---
kind: signature
hmac: 29715ecd257dafd3f0060ac20bd46413d8b26f9aeeee934a399982ecb5cae31c
hmac: 950f00a56e8c3e4a09a1d870e158f3b617662500627c51bc9851309293152f89

...