From 266191e2300e57e3af2ea070c063ebe8e85fc929 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 20 Feb 2025 13:06:24 -0500 Subject: [PATCH] Tweaks to Hugo arguments. --- .gitea/workflows/hugo_site_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo_site_deployment.yml b/.gitea/workflows/hugo_site_deployment.yml index f14af37..9b3826f 100644 --- a/.gitea/workflows/hugo_site_deployment.yml +++ b/.gitea/workflows/hugo_site_deployment.yml @@ -20,5 +20,5 @@ jobs: VPS_DEPLOY_HOST: 192.168.1.254 VPS_DEPLOY_DEST: ${{ secrets.HUGO_SITE_LOCATION }} with: - hugo-arguments: '--minify' + hugo-arguments: '--source=/src/it-services --configDir=/src/it-services/config/ -e production' rsync-arguments: '--archive --compress --xattrs --dry-run' \ No newline at end of file