Skip to content

Commit 53d1962

Browse files
committed
Fix latest documentation version
1 parent 70d360d commit 53d1962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/build-documentation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ git checkout tags/8.2.2
1919
poetry run mike deploy --push --remote gh-pages --update-aliases 8.2.2
2020

2121
# build documentation for 9.x
22-
git checkout tags/9.0.0
23-
poetry run mike deploy --push --remote gh-pages 9.0.0 latest
22+
git checkout tags/9.2.0
23+
poetry run mike deploy --push --remote gh-pages 9.2.0 latest
2424
poetry run mike set-default --push latest
2525

2626
# clean fake remote

0 commit comments

Comments
 (0)