update action run script
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s

This commit is contained in:
david 2025-04-03 19:50:42 -07:00
parent 2d1eddfe95
commit 32e926d15c

View File

@ -28,4 +28,5 @@ jobs:
cd ~/personal-site cd ~/personal-site
chmod +x ./start.sh chmod +x ./start.sh
sassc css/style.scss css/style.css sassc css/style.scss css/style.css
exec python3 -m http.server $PORT > server.log 2>&1 python3 -m http.server $PORT > server.log 2>&1 &
echo "Server started in background"