Skip to content

Commit

Permalink
ci: bump hugo to v0.114.0 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Jun 23, 2023
1 parent 905a42c commit 6066ed2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error

- name: testbuild
image: thegeeklab/hugo:0.105.0
image: thegeeklab/hugo:0.114.0
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/ -e ci
Expand Down Expand Up @@ -207,7 +207,7 @@ steps:
- refs/pull/**

- name: build
image: thegeeklab/hugo:0.105.0
image: thegeeklab/hugo:0.114.0
commands:
- hugo --panicOnWarning -s exampleSite/

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

---
kind: signature
hmac: b0245c09ecaa41a3fbbb9b085f4f08ad4b8997be4c932769a7791d4f7a94ee6b
hmac: 59e767e0d55732ab76e896fa9324f67726c85b87f7dd9869f6eafb9bd05fee7f

...

0 comments on commit 6066ed2

Please sign in to comment.