We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d995b1 commit b91c93aCopy full SHA for b91c93a
.github/workflows/docs.yml
@@ -26,7 +26,7 @@ jobs:
26
run: uv sync
27
- name: Push
28
if: github.event_name == 'push' && startsWith(github.ref_name, 'v')
29
- run: uv run mike deploy ${{ github.ref_name }} latest --push
+ run: uv run mike deploy ${{ github.ref_name }} latest --push --update-aliases
30
env:
31
GIT_COMMITTER_NAME: ci-bot
32
GIT_COMMITTER_EMAIL: [email protected]
0 commit comments