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 b1056ef commit bb34876Copy full SHA for bb34876
1 file changed
.github/workflows/deploy-site.yaml
@@ -11,10 +11,6 @@ on:
11
permissions:
12
contents: write
13
14
-concurrency:
15
- group: deploy-gh-pages
16
- cancel-in-progress: false
17
-
18
jobs:
19
build:
20
runs-on: ubuntu-latest
@@ -37,4 +33,4 @@ jobs:
37
33
git config user.name openssl-machine
38
34
git config user.email openssl-machine@openssl.org
39
35
git switch gh-pages
40
- git push --force-with-lease origin gh-pages
36
+ until git push origin gh-pages; do git pull --rebase origin gh-pages; done
0 commit comments