Skip to content

Commit a5ad3b6

Browse files
committed
ci: fix docs workflow
1 parent 804f1bf commit a5ad3b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ jobs:
5959
# stable releases only
6060
if [[ "$VERSION" != *-* ]]; then
6161
echo "Setting 'latest' → $VERSION"
62-
uv run --group docs mike alias latest "$VERSION" --push
62+
uv run --group docs mike deploy --push --update-aliases "$VERSION" latest
6363
6464
echo "Setting default → $VERSION"
6565
uv run --group docs mike set-default "$VERSION" --push
6666
else
67+
uv run --group docs mike deploy --push "$VERSION"
6768
echo "Prerelease: no alias, no default"
6869
fi

0 commit comments

Comments
 (0)