We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce7496 commit 5c0e255Copy full SHA for 5c0e255
.github/workflows/deploy_docs.yml
@@ -43,10 +43,9 @@ jobs:
43
run: |
44
if [ "${{ github.event_name }}" = "release" ]; then
45
uv run mike deploy --push --update-aliases ${{ github.event.release.tag_name }} latest
46
- uv run mike set-default --push ${{ github.event.release.tag_name }}
+ uv run mike set-default --push latest
47
else
48
uv run mike deploy --push main
49
- uv run mike set-default --push main
50
fi
51
52
deploy:
0 commit comments