From 79e6888a13344efa6ecd3717800298833722d6e6 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Mar 2025 11:09:48 -0500 Subject: [PATCH] use a sledgehammer --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 77d2fa0..c63904e 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -30,7 +30,7 @@ jobs: run: rm -rf /mnt/hugo_output/* - name: Build Hugo Site - run: hugo --minify --destination /mnt/hugo_output + run: hugo --minify --destination /mnt/hugo_output --cleanDestinationDir --buildDrafts --buildFuture --buildExpired --verbose - name: Verify Output Files run: ls -lah /mnt/hugo_output