Skip to content

Commit 3ad4309

Browse files
authored
Merge pull request #69 from lapp0/foo
correct identifier
2 parents 9c005b2 + 7a78d6a commit 3ad4309

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .github/workflows/publish_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: github.event_name == 'release'
4444
run: |
4545
mike deploy --push --update-aliases ${{ github.ref_name }} latest
46-
mike set-default latest
46+
mike set-default --push latest
4747
4848
- name: Publish main as unstable
4949
env:

Diff for: mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ extra:
4848
version:
4949
provider: mike
5050
default: latest
51+
alias: true
5152

5253
# Extensions
5354
markdown_extensions:

0 commit comments

Comments
 (0)