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 8373b8a commit cdda8b2Copy full SHA for cdda8b2
.github/workflows/docs.yml
@@ -31,7 +31,7 @@ jobs:
31
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
32
33
- name: build docs
34
- run: mike deploy --push --update-aliases ${GITHUB_REF#refs/tags/} latest
+ run: mike deploy --push --update-aliases --alias-type=redirect ${GITHUB_REF#refs/tags/} latest
35
36
- name: set default
37
run: mike set-default --push latest
0 commit comments