From 2d815c85274287a406603e42f28130cd688922bb Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 20 Feb 2025 13:08:34 -0500 Subject: [PATCH] Further tweaks for 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 9b3826f..8604f34 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: '--source=/src/it-services --configDir=/src/it-services/config/ -e production' + hugo-arguments: '--source=. --configDir=config/ -e production' rsync-arguments: '--archive --compress --xattrs --dry-run' \ No newline at end of file