diff --git a/.drone.yml b/.drone.yml index 525067e..7c1a55b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,9 +39,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 @@ -51,9 +51,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 @@ -127,6 +127,6 @@ depends_on: --- kind: signature -hmac: 305e8e4eb11134ee58a5fb77a6ae25686daa5fc0007ebba33923f41f338999a4 +hmac: 1c32b1665bc82ba2e1f954d477245f96f36daf2970cd76ffd993b82be0d9062a ...