Skip to content

Commit b32f825

Browse files
committed
remove doc alias for unreleased merge PR
1 parent f4a3290 commit b32f825

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/on-merge-to-main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,9 @@ jobs:
6262
run: |
6363
rm -rf site
6464
VERSION="dev"
65-
ALIAS="dev"
6665
echo "Publishing doc for version: $VERSION"
6766
mkdocs build
68-
mike deploy --push --update-aliases "$VERSION" "$ALIAS"
67+
mike deploy --push "$VERSION"
6968
# Set latest version as a default
7069
mike set-default --push latest
7170
- name: Build API docs

0 commit comments

Comments
 (0)