We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ca295 commit a3ecb8fCopy full SHA for a3ecb8f
.github/workflows/docs-publish.yml
@@ -91,4 +91,4 @@ jobs:
91
working-directory: docs/
92
run: |
93
TAG=${{ steps.get-version-tag.outputs.VERSION_TAG }}
94
- uv run mike alias --push $TAG stable
+ uv run mike alias --push --update-aliases $TAG stable
0 commit comments