Fix Hugo Minify Command
Some checks failed
Build and Deploy Hugo Site to Cloudron / build-and-deploy (push) Failing after 5s

This commit is contained in:
2025-11-06 16:37:24 -08:00
parent 045d1194d9
commit 942bef5893

View File

@@ -28,7 +28,7 @@ jobs:
# Step 3: Build your site # Step 3: Build your site
- name: Build Hugo Site - name: Build Hugo Site
run: hugo minify run: hugo --minify
# Step 4: Download the standalone Surfer CLI # Step 4: Download the standalone Surfer CLI
- name: Download Surfer CLI - name: Download Surfer CLI