Github action support #2

Merged
david merged 10 commits from actions into main 2025-04-03 19:44:25 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f40f5f6643 - Show all commits

View File

@ -24,4 +24,4 @@ jobs:
run: | run: |
cd ~/personal-site cd ~/personal-site
chmod +x ./start.sh 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 #!/bin/bash
sassc css/style.scss css/style.css sassc css/style.scss css/style.css
python3 -m http.server 8080 python3 -m http.server 8080 &