use a sledgehammer
All checks were successful
Build Hugo Site / build (push) Successful in 7s

This commit is contained in:
John 2025-03-09 11:12:26 -05:00
parent 79e6888a13
commit 386c6bfb6c

View File

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