diff --git a/.drone.yml b/.drone.yml index 8e068ac..ddffc2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ steps: - name: testbuild image: klakegg/hugo:0.72.0-ext-alpine commands: - - hugo-official -s -b http://localhost/ + - hugo-official -b http://localhost/ - name: link-validation image: xoxys/link-validator @@ -54,7 +54,7 @@ steps: - name: build image: klakegg/hugo:0.72.0-ext-alpine commands: - - hugo-official -s + - hugo-official - name: beautify image: node:lts-alpine @@ -87,6 +87,6 @@ trigger: --- kind: signature -hmac: cb0d9598b00cadc0cfa589e07fdc48e589501ebc3501255230a014b942443d58 +hmac: 13fb799be60763dc9fc6a09e551c5cf041f21abe344fbc770502cfc61add8c75 ...