Tweaks to Hugo arguments.

This commit is contained in:
2025-02-20 13:06:24 -05:00
parent 52a7cf5554
commit 266191e230
+1 -1
View File
@@ -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'