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 b731a21 commit 237ad3aCopy full SHA for 237ad3a
.github/workflows/on-release.yml
@@ -72,7 +72,7 @@ jobs:
72
ALIAS="latest"
73
echo "Publishing doc for version: $VERSION"
74
mkdocs build
75
- mike deploy --push --update-aliases "$VERSION" "$ALIAS"
+ mike deploy --push --update-aliases --no-redirect "$VERSION" "$ALIAS"
76
# Set latest version as a default
77
mike set-default --push latest
78
- name: Build API docs
0 commit comments