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 34b6e5c commit 795b304Copy full SHA for 795b304
.github/workflows/doc-ci.yml
@@ -28,5 +28,7 @@ jobs:
28
path: .cache
29
restore-keys: |
30
mkdocs-material-
31
- - run: pip install mkdocs-material mkdocstrings-python
32
- - run: mkdocs gh-deploy --force
+ - run: pip install mkdocs-material mkdocstrings-python mike
+ - run: |
33
+ mike deploy --push --update-aliases 0.1.4 latest
34
+ mike set-default --push latest
mkdocs.yml
@@ -54,6 +54,8 @@ theme:
54
extra:
55
paths:
56
- lynse
57
+ version:
58
+ provider: mike
59
60
markdown_extensions:
61
- toc:
0 commit comments