From de340a42c710d3c8184bf124d3859f29668d4a14 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 11 Jul 2023 21:47:42 +0200 Subject: [PATCH] ci: bump hugo to v0.115.2 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 42292d3..f5153de 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.114.0 + image: thegeeklab/hugo:0.115.2 commands: - hugo --panicOnWarning -b http://localhost:8000/ @@ -44,7 +44,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.114.0 + image: thegeeklab/hugo:0.115.2 commands: - hugo --panicOnWarning @@ -83,6 +83,6 @@ trigger: --- kind: signature -hmac: 2db700d3dac29661026661677dbd7687ee461c3496436169dbb547a3a48abccb +hmac: c90223c38c15acd2f8a5696eb8a8074777e4f5fdca1d89903f81566ba87ba2db ...