chore: bump hugo in ci to 0.104.3 (#153)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2022-10-13 22:07:51 +02:00
parent 25eda648cb
commit 3f5da60d30

View File

@ -38,7 +38,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: thegeeklab/hugo:0.97.3
image: thegeeklab/hugo:0.104.3
commands:
- hugo --panicOnWarning -b http://localhost:8000/
@ -50,7 +50,7 @@ steps:
LINK_VALIDATOR_BASE_DIR: public/
- name: build
image: thegeeklab/hugo:0.97.3
image: thegeeklab/hugo:0.104.3
commands:
- hugo --panicOnWarning
@ -126,6 +126,6 @@ depends_on:
---
kind: signature
hmac: 48967e06b85f280011e620920e20f28d824b0f6045d0327e0f15ee353a811813
hmac: 328edde5574b8be5eb12babc281f3777b2625118184c8306d2022196be9561f1
...