From 4d706689b178f0f0b087a66d07c8ff5f314f840a Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Mar 2022 17:13:40 +0100 Subject: [PATCH] ci: update hugo to v0.93.2 --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4b572d..4bf192d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,10 +26,10 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.91.0 + image: thegeeklab/hugo:0.93.2 commands: - mkdir -p exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc - - hugo -s exampleSite/ -b http://localhost/ + - hugo --panicOnWarning -s exampleSite/ -b http://localhost/ - name: html-validation image: thegeeklab/vnu @@ -203,9 +203,9 @@ steps: - refs/pull/** - name: build - image: thegeeklab/hugo:0.91.0 + image: thegeeklab/hugo:0.93.2 commands: - - hugo -s exampleSite/ + - hugo --panicOnWarning -s exampleSite/ - name: beautify image: node:lts-alpine @@ -284,6 +284,6 @@ depends_on: --- kind: signature -hmac: d45186c01b7b530fc615420c88bd6a375ac6979758cb6e12d45412cd78fc5642 +hmac: bd8e739515bc29102da412272b61aa89cf18f9b4d1f62b502172131a51009c71 ...