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

This commit is contained in:
Jay
2026-03-02 17:52:58 +00:00
parent ca5297b78f
commit adaf390009

View File

@@ -19,9 +19,8 @@ jobs:
- name: Deploy to Web Folder - name: Deploy to Web Folder
run: | run: |
# Ensure the 'site' folder exists before copying
if [ -d "site" ]; then if [ -d "site" ]; then
cp -R site/* /data/notes/ cp -R site/* /data/sites/notes/
else else
echo "Error: site directory not found!" echo "Error: site directory not found!"
exit 1 exit 1