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 70d360d commit 53d1962Copy full SHA for 53d1962
.github/scripts/build-documentation.sh
@@ -19,8 +19,8 @@ git checkout tags/8.2.2
19
poetry run mike deploy --push --remote gh-pages --update-aliases 8.2.2
20
21
# 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
+git checkout tags/9.2.0
+poetry run mike deploy --push --remote gh-pages 9.2.0 latest
24
poetry run mike set-default --push latest
25
26
# clean fake remote
0 commit comments