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

View File

@ -13,8 +13,8 @@ jobs:
- name: Checkout code
run: |
cd ~/personal-site
git checkout main
git pull origin main
git checkout actions
git pull origin actions
- name: Stop existing server, if running
run: |