From 8d102addfc68107ce740eba407537c83b36be3a6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 6 May 2021 22:03:07 +0200 Subject: [PATCH] ci: use Hugo 0.83.1 --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index df3a382..86a42ed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.83.1-ext-alpine commands: - hugo-official -b http://localhost/ @@ -42,7 +42,7 @@ steps: LINK_VALIDATOR_BASE_DIR: public/ - name: build - image: klakegg/hugo:0.74.3-ext-alpine + image: klakegg/hugo:0.83.1-ext-alpine commands: - hugo-official @@ -114,6 +114,6 @@ depends_on: --- kind: signature -hmac: fe9d56e08e740c0fc5ea48cf007f0cf4867f71ff3a23295e320ba6f0b7172c31 +hmac: 416758d9a020b137585fc52674c84f5a703db8a2f0d2bb92f13d28ba7c260742 ...