diff --git a/.drone.yml b/.drone.yml index 442d37f..a5e39da 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,9 +32,9 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.91.0 + image: thegeeklab/hugo:0.93.2 commands: - - hugo -b http://localhost/ + - hugo --panicOnWarning -b http://localhost/ - name: link-validation image: thegeeklab/link-validator @@ -44,9 +44,9 @@ steps: LINK_VALIDATOR_BASE_DIR: public - name: build - image: thegeeklab/hugo:0.91.0 + image: thegeeklab/hugo:0.93.2 commands: - - hugo + - hugo --panicOnWarning - name: beautify image: node:lts-alpine @@ -84,6 +84,6 @@ trigger: --- kind: signature -hmac: 37c533f1dc1224ddb514be53608c7db8def718eefdaf83a644a0fd59c5865413 +hmac: 73ea4736353fa52b95a551265ce92f222bc6792a434221e568b0f377992e1bde ...