ci: update hugo to v0.93.2
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1c589a3779
commit
c01c02d152
10
.drone.yml
10
.drone.yml
@ -39,9 +39,9 @@ steps:
|
||||
NPM_CONFIG_LOGLEVEL: error
|
||||
|
||||
- name: testbuild
|
||||
image: thegeeklab/hugo:0.91.0
|
||||
image: thegeeklab/hugo:0.93.2
|
||||
commands:
|
||||
- hugo -b http://localhost/
|
||||
- hugo --panicOnWarning -b http://localhost/
|
||||
|
||||
- name: link-validation
|
||||
image: thegeeklab/link-validator
|
||||
@ -51,9 +51,9 @@ steps:
|
||||
LINK_VALIDATOR_BASE_DIR: public/
|
||||
|
||||
- name: build
|
||||
image: thegeeklab/hugo:0.91.0
|
||||
image: thegeeklab/hugo:0.93.2
|
||||
commands:
|
||||
- hugo
|
||||
- hugo --panicOnWarning
|
||||
|
||||
- name: beautify
|
||||
image: node:lts-alpine
|
||||
@ -127,6 +127,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 305e8e4eb11134ee58a5fb77a6ae25686daa5fc0007ebba33923f41f338999a4
|
||||
hmac: 1c32b1665bc82ba2e1f954d477245f96f36daf2970cd76ffd993b82be0d9062a
|
||||
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user