From 1447f5549459121e4d7c87c000335179e6e1392f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 3 Jun 2020 23:32:36 +0200 Subject: [PATCH] fix hugo build commands --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ...