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 482ec96 commit 49e6c95Copy full SHA for 49e6c95
.github/workflows/publish-develop-docs.yml
@@ -21,3 +21,5 @@ jobs:
21
git config user.email github-actions@github.com
22
cd docs
23
mike deploy --push develop
24
+ concurrency:
25
+ group: publish-docs
.github/workflows/publish-release-docs.yml
mike deploy --push --update-aliases ${{ github.event.release.name }} latest
0 commit comments