Skip to content

Commit 8a5844b

Browse files
committed
mike: Keep using redirects for aliases
In `mike` 2.0.0 aliases use symlinks by default, but they are not supported by GitHub Pages, so it fails to deploy. Use the new `alias_type` option to keep using redirects. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent d64a34c commit 8a5844b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ plugins:
9393
- literate-nav:
9494
nav_file: SUMMARY.md
9595
- mike:
96+
alias_type: redirect
9697
canonical_version: latest
9798
- mkdocstrings:
9899
custom_templates: templates

0 commit comments

Comments
 (0)