From c0b4e29b8a6cf9cfe8d9c932a764ca5d694a863e Mon Sep 17 00:00:00 2001 From: John Date: Sun, 9 Mar 2025 08:26:49 -0500 Subject: [PATCH] remove debug arg --- .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 cc3d5ed..7cc7207 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -38,7 +38,7 @@ jobs: chown -R root:root /data/hugo # Build directly in the workspace - hugo --minify --debug + hugo --minify echo "Contents of generated public directory:" ls -la public/