update title and force rebuild
Some checks failed
Build Hugo Site / build (push) Failing after 7s

This commit is contained in:
John 2025-04-20 21:23:25 -05:00
parent 6a8684972a
commit f8c3e96b16

View File

@ -30,7 +30,7 @@ jobs:
run: rm -rf /mnt/hugo_output/*
- name: Build Hugo Site
run: hugo --minify --destination /mnt/hugo_output --cleanDestinationDir --buildDrafts --buildFuture --buildExpired
run: hugo --minify --destination /mnt/hugo_output --cleanDestinationDir --buildDrafts --buildFuture --buildExpired --disableFastRender
- name: Verify Output Files
run: ls -lah /mnt/hugo_output