Skip to content

Commit a79190f

Browse files
committed
Try another time with mike
1 parent 2126aa9 commit a79190f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/deploy_docs_from_main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ jobs:
2929
git config --global user.name "Docs Deploy"
3030
git config --global user.email "[email protected]"
3131
- name: Build Docs Website
32-
run: mike deploy --push main
32+
run: |
33+
mike deploy --push main
34+
mike set-default main --push

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ exclude_docs: |
1111
extra:
1212
version:
1313
provider: mike
14+
default: main
1415
generator: false
1516
social:
1617
- icon: fontawesome/brands/github

0 commit comments

Comments
 (0)