We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af845f8 commit 0a62493Copy full SHA for 0a62493
.github/workflows/deploy-site.yaml
@@ -30,5 +30,4 @@ jobs:
30
run: |
31
git config user.name openssl-machine
32
git config user.email [email protected]
33
- git pull --rebase origin gh-pages
34
- git push origin gh-pages
+ until git push origin gh-pages; do git pull --rebase origin gh-pages; done
0 commit comments