Skip to content

Commit 2fb8e0f

Browse files
committed
Use mike to deploy latest tag name
1 parent 51c0804 commit 2fb8e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-site-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
mkdocs-material-
2828
- run: pip install mkdocs-open-in-new-tab
2929
- run: pip install mkdocs-material
30-
- run: mkdocs gh-deploy --force
30+
- run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest

0 commit comments

Comments
 (0)