Skip to content

Commit cd0ebf5

Browse files
authored
Run mike set-default on release deployment (#178)
Looks like mike deployment won't stick without the set-default call
1 parent e5f27da commit cd0ebf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/publish-release-docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ jobs:
2020
git config user.name github-actions
2121
git config user.email [email protected]
2222
mike deploy --push --update-aliases ${{ github.event.release.name }} latest
23+
mike set-default --push latest

0 commit comments

Comments
 (0)