This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user