test commit
All checks were successful
Deploy to Pi / deploy (push) Successful in 0s

This commit is contained in:
david 2025-04-03 19:20:38 -07:00
parent 9df235f379
commit 31b4b3698d

View File

@ -16,7 +16,7 @@ jobs:
git checkout main git checkout main
git pull origin main git pull origin main
- name: Stop existing server - name: Stop existing server, if running
run: | run: |
pkill -f 'python3 -m http.server' || true pkill -f 'python3 -m http.server' || true