fix: Fixed copy command
All checks were successful
Deploy Site to Folder / deploy (push) Successful in 2s

This commit is contained in:
2025-08-23 14:41:46 -04:00
parent 1547733b63
commit 91bee94c0a

View File

@ -16,4 +16,4 @@ jobs:
- name: Deploy to Folder - name: Deploy to Folder
run: | run: |
echo "Copying files..." echo "Copying files..."
cp ./src/* /var/sites/cyper.cc/www/html cp -r ./src/* /var/sites/cyper.cc/www/html