Skip to content

Commit

Permalink
Run mike set-default on release deployment (#178)
Browse files Browse the repository at this point in the history
Looks like mike deployment won't stick without the set-default call
  • Loading branch information
Archmonger authored Aug 26, 2023
1 parent e5f27da commit cd0ebf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ jobs:
git config user.name github-actions
git config user.email github-actions@github.com
mike deploy --push --update-aliases ${{ github.event.release.name }} latest
mike set-default --push latest

0 comments on commit cd0ebf5

Please sign in to comment.