update workflow
Build and Deploy Notes / build (push) Successful in 5s

This commit is contained in:
Jay
2026-03-02 18:04:43 +00:00
parent 2aa82a9317
commit 0b7f66351f
+1
View File
@@ -19,6 +19,7 @@ jobs:
- name: Deploy to Web Folder
run: |
mkdir -p /notes
if [ -d "site" ]; then
cp -R site/* /notes/
else