Skip to content

Commit bb34876

Browse files
committed
revert GH Actions workflow changes
1 parent b1056ef commit bb34876

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
permissions:
1212
contents: write
1313

14-
concurrency:
15-
group: deploy-gh-pages
16-
cancel-in-progress: false
17-
1814
jobs:
1915
build:
2016
runs-on: ubuntu-latest
@@ -37,4 +33,4 @@ jobs:
3733
git config user.name openssl-machine
3834
git config user.email openssl-machine@openssl.org
3935
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

Comments
 (0)