Skip to content

Commit cdda8b2

Browse files
committed
Update alias type to redirect for mkdocs mike.
1 parent 8373b8a commit cdda8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
3232
3333
- name: build docs
34-
run: mike deploy --push --update-aliases ${GITHUB_REF#refs/tags/} latest
34+
run: mike deploy --push --update-aliases --alias-type=redirect ${GITHUB_REF#refs/tags/} latest
3535

3636
- name: set default
3737
run: mike set-default --push latest

0 commit comments

Comments
 (0)