Skip to content

Commit

Permalink
fix docs publish on beta (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Jan 6, 2025
1 parent cac322a commit 5118952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
# (usually the git tag will have v as the first character)
# Note the `cut` index is 1-ordered
if echo $VERSION | cut -c 2- | grep -q "[A-Za-z]"; then
cd python && uv run --no-project mike deploy $VERSION latest --update-aliases --push
else
# For beta versions publish but don't set as latest
cd python && uv run --no-project mike deploy $VERSION --update-aliases --push
else
cd python && uv run --no-project mike deploy $VERSION latest --update-aliases --push
fi

0 comments on commit 5118952

Please sign in to comment.