removed chmod
All checks were successful
/ deploy (push) Successful in 8s

This commit is contained in:
aart1256 2025-08-28 18:20:55 -04:00
parent 612ec77e46
commit 1f5500ab82

View file

@ -19,5 +19,4 @@ jobs:
- name: Deploy to web server
run: |
find /var/www/otomata/* -path '/var/www/otomata/demos' -prune -o -exec rm -rf {} +
cp -r _site/* /var/www/otomata/
chmod -R 755 /var/www/otomata
cp -r _site/* /var/www/otomata/