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 b7c5b1e8b7 - Show all commits

View File

@ -24,4 +24,5 @@ jobs:
run: |
cd ~/personal-site
chmod +x ./start.sh
./start.sh > server.log 2>&1
sassc css/style.scss css/style.css
exec python3 -m http.server 8080 > server.log 2>&1