Changes hugo main directory for workflow

This commit is contained in:
2025-11-25 21:37:37 +01:00
parent ed20b1424d
commit a76140b8ff

View File

@@ -27,7 +27,9 @@ jobs:
extended: true
- name: Build Hugo site
run: hugo --minify
run: |
cd www-hahmann-trier-de
hugo --minify
- name: Deploy to Ubuntu server via SCP
uses: appleboy/scp-action@v0.1.7