Skip to content

Commit

Permalink
chore: bump hugo to v0.105.0 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys authored Nov 5, 2022
1 parent 346ad6c commit f095e87
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.104.3
image: thegeeklab/hugo:0.105.0
commands:
- mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
- hugo --panicOnWarning -s exampleSite/ -b http://localhost:8000/
Expand Down Expand Up @@ -207,7 +207,7 @@ steps:
- refs/pull/**

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

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

---
kind: signature
hmac: 87d359c4cd5112149e7455a8e23070741f1d3332e3dbe0636aeb74209364b65c
hmac: 72849e6617dee34fd72b4ae27d7af75b3a3890983b927596c8af85d26f4dda89

...

0 comments on commit f095e87

Please sign in to comment.