diff --git a/.drone.yml b/.drone.yml index a5e39da..35883ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: NPM_CONFIG_LOGLEVEL: error - name: testbuild - image: thegeeklab/hugo:0.93.2 + image: thegeeklab/hugo:0.97.3 commands: - hugo --panicOnWarning -b http://localhost/ @@ -44,7 +44,7 @@ steps: LINK_VALIDATOR_BASE_DIR: public - name: build - image: thegeeklab/hugo:0.93.2 + image: thegeeklab/hugo:0.97.3 commands: - hugo --panicOnWarning @@ -84,6 +84,6 @@ trigger: --- kind: signature -hmac: 73ea4736353fa52b95a551265ce92f222bc6792a434221e568b0f377992e1bde +hmac: 581c348d7f9cfe721ad007f370940f27cb72d6b56d259b133b7c62d31c72a23a ...