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

This commit is contained in:
david 2025-04-03 19:34:20 -07:00
parent d2bde2d3a4
commit f40f5f6643
2 changed files with 2 additions and 2 deletions

View File

@ -24,4 +24,4 @@ jobs:
run: |
cd ~/personal-site
chmod +x ./start.sh
nohup ./start.sh > server.log 2>&1 &
./start.sh > server.log 2>&1

View File

@ -1,3 +1,3 @@
#!/bin/bash
sassc css/style.scss css/style.css
python3 -m http.server 8080
python3 -m http.server 8080 &