Skip to content

Commit eedbc7f

Browse files
authored
docs(all): do not generate main version anymore (#406)
1 parent d5e0620 commit eedbc7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: .github/workflows/on-release-prod.yml

-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ jobs:
7070
echo "Publishing doc for version: $VERSION"
7171
mkdocs build
7272
mike deploy --push --update-aliases --no-redirect "$VERSION" "$ALIAS"
73-
# Once we have agreed on release process, we will also use "main"
74-
# to track the development version (on main branch).
75-
# For now, we make it the same as the latest version.
76-
mike deploy --push --update-aliases --no-redirect "main" "$ALIAS"
7773
# Set latest version as a default
7874
mike set-default --push latest
7975
- name: Build API docs

0 commit comments

Comments
 (0)