diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 881f391..8eb3827 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: - name: Deploy to Web Folder run: | if [ -d "site" ]; then - cp -R site/* /data/sites/notes/ + cp -R site/* /notes/ else echo "Error: site directory not found!" exit 1