Skip to content

Commit a3ecb8f

Browse files
committed
Include --update-aliases flag
1 parent 49ca295 commit a3ecb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
working-directory: docs/
9292
run: |
9393
TAG=${{ steps.get-version-tag.outputs.VERSION_TAG }}
94-
uv run mike alias --push $TAG stable
94+
uv run mike alias --push --update-aliases $TAG stable

0 commit comments

Comments
 (0)