Skip to content

Commit a770f18

Browse files
authored
ci(docs): use latest as alias (#6352)
1 parent 1ef8ccf commit a770f18

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
- name: build and push
6969
run: |
7070
VERSION="${{ inputs.tag }}"
71-
mike deploy $VERSION --push --update-aliases
71+
mike deploy $VERSION latest --push --update-aliases
7272
mike set-default --push latest

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ theme:
6666
extra:
6767
version:
6868
provider: mike
69+
alias: true
6970

7071
markdown_extensions:
7172
- meta

0 commit comments

Comments
 (0)