From b49c686a00b642657edfe32184c7fc01312d659f Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 20 Feb 2024 10:48:20 +0000 Subject: [PATCH] Deploy drafts and future dated posts for test --- tools/branch-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/branch-deploy.sh b/tools/branch-deploy.sh index 8c9de25..3050506 100755 --- a/tools/branch-deploy.sh +++ b/tools/branch-deploy.sh @@ -8,7 +8,7 @@ TARGET_FOLDER=$(realpath $1) BASE_URL="$2" # Arguments to add to the Hugo call -HUGO_ARGUMENTS="--gc" +HUGO_ARGUMENTS="--gc -D -F" # Themes to build instances of THEMES="lhs lhs-retro"