Github action support #2

Merged
david merged 10 commits from actions into main 2025-04-03 19:44:25 -07:00
Showing only changes of commit e57323aa3e - Show all commits

View File

@ -22,5 +22,6 @@ jobs:
- name: Start server
run: |
cd ~/personal-site
chmod +x ./start.sh
nohup ./start.sh > server.log 2>&1 &