diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 4cb352e..881f391 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,9 +19,8 @@ jobs: - name: Deploy to Web Folder run: | - # Ensure the 'site' folder exists before copying if [ -d "site" ]; then - cp -R site/* /data/notes/ + cp -R site/* /data/sites/notes/ else echo "Error: site directory not found!" exit 1