From 9fcb08bd9845b1ed9c5e18d058c650c441868f38 Mon Sep 17 00:00:00 2001 From: sthope Date: Mon, 6 Sep 2021 16:46:26 +0200 Subject: [PATCH] initial commit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index af17706..82a6f80 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,4 +7,6 @@ steps: settings: hugo_version: 0.88.1 pull: always - validate: false \ No newline at end of file + validate: false + command: + - hugo help new \ No newline at end of file