There was an error while loading. Please reload this page.
1 parent 1ef8ccf commit a770f18Copy full SHA for a770f18
2 files changed
.github/workflows/docs.yaml
@@ -68,5 +68,5 @@ jobs:
68
- name: build and push
69
run: |
70
VERSION="${{ inputs.tag }}"
71
- mike deploy $VERSION --push --update-aliases
+ mike deploy $VERSION latest --push --update-aliases
72
mike set-default --push latest
mkdocs.yml
@@ -66,6 +66,7 @@ theme:
66
extra:
67
version:
provider: mike
+ alias: true
markdown_extensions:
- meta
0 commit comments