Skip to content

Commit 7bac051

Browse files
authored
ci: Fixed docs multi version error (#14048)
* ci: Fixed docs multi version error * Update * update * update
1 parent 7541776 commit 7bac051

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/build_publish_develop_docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ jobs:
2929
- run: |
3030
git fetch origin gh-pages --depth=1
3131
mike deploy --push --update-aliases main latest
32-
mike set-default --push latest

.github/workflows/build_publish_release_docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ jobs:
2828
- run: pip install mike mkdocs-material jieba mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-static-i18n
2929
- run: |
3030
git fetch origin gh-pages --depth=1
31-
mike deploy --push "${{ github.ref_name }}" latest
32-
mike set-default --push latest
31+
mike deploy --push "${{ github.ref_name }}"

0 commit comments

Comments
 (0)