add fetch step
All checks were successful
Personal Website - Run Python HTTP Server / deploy (push) Successful in 1s

This commit is contained in:
david 2025-04-03 21:06:09 -07:00
parent db71baf12b
commit 8708208673

View File

@ -14,6 +14,7 @@ jobs:
- name: Checkout code - name: Checkout code
run: | run: |
cd ~/personal-site cd ~/personal-site
git fetch
git checkout $GITEA_REF_NAME git checkout $GITEA_REF_NAME
git pull origin $GITEA_REF_NAME git pull origin $GITEA_REF_NAME