Skip to content

Commit 9c005b2

Browse files
authored
Merge pull request #68 from lapp0/foo
correct identifier
2 parents f73c6ac + 7b44501 commit 9c005b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 stable
46+
mike set-default latest
4747
4848
- name: Publish main as unstable
4949
env:

0 commit comments

Comments
 (0)