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
d7342217c7
commit
092cd615db
10
.drone.yml
10
.drone.yml
@ -32,9 +32,9 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.91.0
|
image: thegeeklab/hugo:0.93.2
|
||||||
commands:
|
commands:
|
||||||
- hugo -b http://localhost/
|
- hugo --panicOnWarning -b http://localhost/
|
||||||
|
|
||||||
- name: link-validation
|
- name: link-validation
|
||||||
image: thegeeklab/link-validator
|
image: thegeeklab/link-validator
|
||||||
@ -44,9 +44,9 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: public
|
LINK_VALIDATOR_BASE_DIR: public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.91.0
|
image: thegeeklab/hugo:0.93.2
|
||||||
commands:
|
commands:
|
||||||
- hugo
|
- hugo --panicOnWarning
|
||||||
|
|
||||||
- name: beautify
|
- name: beautify
|
||||||
image: node:lts-alpine
|
image: node:lts-alpine
|
||||||
@ -84,6 +84,6 @@ trigger:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 37c533f1dc1224ddb514be53608c7db8def718eefdaf83a644a0fd59c5865413
|
hmac: 73ea4736353fa52b95a551265ce92f222bc6792a434221e568b0f377992e1bde
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user