dms #1

Merged
jay merged 56 commits from dms into main 2026-03-24 20:14:09 +00:00
Showing only changes of commit 2aa82a9317 - Show all commits

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