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 51c0804 commit 2fb8e0fCopy full SHA for 2fb8e0f
.github/workflows/docs-site-deploy.yaml
@@ -27,4 +27,4 @@ jobs:
27
mkdocs-material-
28
- run: pip install mkdocs-open-in-new-tab
29
- run: pip install mkdocs-material
30
- - run: mkdocs gh-deploy --force
+ - run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
0 commit comments