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 2fb8e0f commit 9850f3cCopy full SHA for 9850f3c
.github/workflows/docs-site-deploy.yaml
@@ -25,6 +25,6 @@ jobs:
25
path: .cache
26
restore-keys: |
27
mkdocs-material-
28
- - run: pip install mkdocs-open-in-new-tab
+ - run: pip install mkdocs-open-in-new-tab mike
29
- run: pip install mkdocs-material
30
- run: mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
0 commit comments