Skip to content

Commit 40a8f5e

Browse files
committed
fix docs alias override
1 parent 2516a3a commit 40a8f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
git config --global user.name "Github Actions"
5858
git config --global user.email "noreply@github.com"
5959
git fetch origin gh-pages --depth=1
60-
uv run --group docs mike deploy $(git describe --tags | sed 's/^v//') latest
60+
uv run --group docs mike deploy -u $(git describe --tags | sed 's/^v//') latest
6161
git push origin gh-pages --force

0 commit comments

Comments
 (0)