Skip to content

Commit

Permalink
use until do loop to push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
quarckster committed Jul 12, 2024
1 parent af845f8 commit 0a62493
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ jobs:
run: |
git config user.name openssl-machine
git config user.email [email protected]
git pull --rebase origin gh-pages
git push origin gh-pages
until git push origin gh-pages; do git pull --rebase origin gh-pages; done

0 comments on commit 0a62493

Please sign in to comment.