We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b83c00 commit 95f5281Copy full SHA for 95f5281
.github/workflows/docs-python.yml
@@ -91,5 +91,5 @@ jobs:
91
92
# Build and deploy using mike
93
cd crates/imgddpy/
94
- mike deploy --push --branch gh-pages "$VERSION" latest
+ mike deploy --push --update-aliases --branch gh-pages "$VERSION" latest
95
mike set-default --push --branch gh-pages latest
0 commit comments