Skip to content

Commit 0a62493

Browse files
committed
use until do loop to push changes
1 parent af845f8 commit 0a62493

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@ jobs:
3030
run: |
3131
git config user.name openssl-machine
3232
git config user.email [email protected]
33-
git pull --rebase origin gh-pages
34-
git push origin gh-pages
33+
until git push origin gh-pages; do git pull --rebase origin gh-pages; done

0 commit comments

Comments
 (0)