update workflow
Some checks failed
Build and Deploy Notes / build (push) Failing after 8s

This commit is contained in:
Jay
2026-03-02 17:57:57 +00:00
parent adaf390009
commit 2aa82a9317

View File

@@ -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