Updated gh-pages checkout command

This commit is contained in:
Allan Jeremy 2022-05-19 14:58:16 +03:00
parent 93a8fe1c61
commit efe216475d

View file

@ -58,7 +58,7 @@ jobs:
run: | run: |
git status git status
git fetch --no-tags --depth=1 origin main git fetch --no-tags --depth=1 origin main
git checkout origin/main git checkout main
git pull git pull
git status git status