Skip to content

Commit

Permalink
Fix latest documentation version (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Korbeil authored Jan 10, 2025
2 parents 70d360d + 53d1962 commit fc6005c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/build-documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ git checkout tags/8.2.2
poetry run mike deploy --push --remote gh-pages --update-aliases 8.2.2

# build documentation for 9.x
git checkout tags/9.0.0
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
poetry run mike set-default --push latest

# clean fake remote
Expand Down

0 comments on commit fc6005c

Please sign in to comment.