update action run script
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s
This commit is contained in:
parent
2d1eddfe95
commit
32e926d15c
@ -28,4 +28,5 @@ jobs:
|
||||
cd ~/personal-site
|
||||
chmod +x ./start.sh
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user