From 3f5da60d3081f2bbc1842c46935deda2f5957f96 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 13 Oct 2022 22:07:51 +0200 Subject: [PATCH] chore: bump hugo in ci to 0.104.3 (#153) --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index fa8a365..a6da1c9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ...