ci: update hugo to v0.93.2
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-03-05 17:18:37 +01:00
parent d7342217c7
commit 092cd615db
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 5 additions and 5 deletions

View File

@ -32,9 +32,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
@ -44,9 +44,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
@ -84,6 +84,6 @@ trigger:
---
kind: signature
hmac: 37c533f1dc1224ddb514be53608c7db8def718eefdaf83a644a0fd59c5865413
hmac: 73ea4736353fa52b95a551265ce92f222bc6792a434221e568b0f377992e1bde
...