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:13:41 +01:00
parent 1c589a3779
commit c01c02d152
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 5 additions and 5 deletions

View File

@ -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
...