Skip to content

Commit b1056ef

Browse files
update github action deploy-site.yaml
1 parent 7c15319 commit b1056ef

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/deploy-site.yaml

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

14+
concurrency:
15+
group: deploy-gh-pages
16+
cancel-in-progress: false
17+
1418
jobs:
1519
build:
1620
runs-on: ubuntu-latest
@@ -33,4 +37,4 @@ jobs:
3337
git config user.name openssl-machine
3438
git config user.email openssl-machine@openssl.org
3539
git switch gh-pages
36-
until git push origin gh-pages; do git pull --rebase origin gh-pages; done
40+
git push --force-with-lease origin gh-pages

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@ cython_debug/
159159
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
160160
# and can be added to the global gitignore or merged into this file. For a more nuclear
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162-
#.idea/
162+
.idea/

0 commit comments

Comments
 (0)