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 804f1bf commit a5ad3b6Copy full SHA for a5ad3b6
.github/workflows/docs.yml
@@ -59,10 +59,11 @@ jobs:
59
# stable releases only
60
if [[ "$VERSION" != *-* ]]; then
61
echo "Setting 'latest' → $VERSION"
62
- uv run --group docs mike alias latest "$VERSION" --push
+ uv run --group docs mike deploy --push --update-aliases "$VERSION" latest
63
64
echo "Setting default → $VERSION"
65
uv run --group docs mike set-default "$VERSION" --push
66
else
67
+ uv run --group docs mike deploy --push "$VERSION"
68
echo "Prerelease: no alias, no default"
69
fi
0 commit comments