use a sledgehammer
Some checks failed
Build Hugo Site / build (push) Failing after 24s

This commit is contained in:
John 2025-03-09 11:09:48 -05:00
parent deb07282fc
commit 79e6888a13

View File

@ -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