add fetch step
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
db71baf12b
commit
8708208673
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user