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 d5e0620 commit eedbc7fCopy full SHA for eedbc7f
.github/workflows/on-release-prod.yml
@@ -70,10 +70,6 @@ jobs:
70
echo "Publishing doc for version: $VERSION"
71
mkdocs build
72
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"
77
# Set latest version as a default
78
mike set-default --push latest
79
- name: Build API docs
0 commit comments