Skip to content

Commit 49e6c95

Browse files
committed
fix docs publishing concurrency issues
1 parent 482ec96 commit 49e6c95

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/publish-develop-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
git config user.email github-actions@github.com
2222
cd docs
2323
mike deploy --push develop
24+
concurrency:
25+
group: publish-docs

.github/workflows/publish-release-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
git config user.email github-actions@github.com
2222
cd docs
2323
mike deploy --push --update-aliases ${{ github.event.release.name }} latest
24+
concurrency:
25+
group: publish-docs

0 commit comments

Comments
 (0)