Skip to content

Commit e89ca04

Browse files
committed
fix doc ci
1 parent 7e69ee9 commit e89ca04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- run: pip install mkdocs==1.4.3 mkdocs-material mike==1.1.2 setuptools
7575
- run: |
7676
git fetch origin gh-pages --depth=1
77-
version=$(cat ./temp/version.txt)
77+
version=$(cat ./temp/version.txt | sed 's/.$/2/')
7878
mike deploy --push --update-aliases --force $version latest
7979
mike set-default --push --force latest
8080

0 commit comments

Comments
 (0)