From 696ebfb041d11efbc3807fd1346e70e2b509071a Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Fri, 3 Feb 2023 01:03:14 +0000 Subject: [PATCH] Adding some extra safeties and luxuries. --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3f2980e..d53c0f3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,11 @@ steps: - name: build image: code.ndumas.com/ndumas/drone-hugo commands: - - hugo + - hugo \ + --buildFuture=false + --buildExpired=false + --buildDraft=false + --minify - name: publish image: drillster/drone-rsync settings: