Skip to content

Commit

Permalink
ci: Fixed docs multi version error (PaddlePaddle#14048)
Browse files Browse the repository at this point in the history
* ci: Fixed docs multi version error

* Update

* update

* update
  • Loading branch information
SWHL authored Oct 22, 2024
1 parent 7541776 commit 7bac051
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_publish_develop_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ jobs:
- run: |
git fetch origin gh-pages --depth=1
mike deploy --push --update-aliases main latest
mike set-default --push latest
3 changes: 1 addition & 2 deletions .github/workflows/build_publish_release_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
- run: pip install mike mkdocs-material jieba mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-static-i18n
- run: |
git fetch origin gh-pages --depth=1
mike deploy --push "${{ github.ref_name }}" latest
mike set-default --push latest
mike deploy --push "${{ github.ref_name }}"

0 comments on commit 7bac051

Please sign in to comment.