Skip to content

Commit 237ad3a

Browse files
committed
fix: don't redirect from latest to the actual version
1 parent b731a21 commit 237ad3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
ALIAS="latest"
7373
echo "Publishing doc for version: $VERSION"
7474
mkdocs build
75-
mike deploy --push --update-aliases "$VERSION" "$ALIAS"
75+
mike deploy --push --update-aliases --no-redirect "$VERSION" "$ALIAS"
7676
# Set latest version as a default
7777
mike set-default --push latest
7878
- name: Build API docs

0 commit comments

Comments
 (0)