From b5dd195b4c8dd2cbdd5a57f07c1b484a715105fd Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 23 Jun 2023 11:30:52 +0200 Subject: [PATCH] ci: bump hugo to v0.114.0 (#100) Reviewed-on: https://gitea.rknet.org/ansible/galaxy/pulls/100 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b064751..42292d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,7 +31,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.105.0 + image: thegeeklab/hugo:0.114.0 commands: - hugo --panicOnWarning -b http://localhost:8000/ @@ -44,7 +44,7 @@ steps: LINK_VALIDATOR_RETRIES: 3 - name: build - image: thegeeklab/hugo:0.105.0 + image: thegeeklab/hugo:0.114.0 commands: - hugo --panicOnWarning @@ -83,6 +83,6 @@ trigger: --- kind: signature -hmac: c20119ad59c3ad54f583cf96eb0de426355a9e4996e8214687356789be23709e +hmac: 2db700d3dac29661026661677dbd7687ee461c3496436169dbb547a3a48abccb ...