Skip to content

Commit

Permalink
set mike default after build
Browse files Browse the repository at this point in the history
  • Loading branch information
avanwinkle committed Aug 12, 2024
1 parent 17f2b7c commit e88553d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: |
git config user.name "mike-ci-bot"
git config user.email "[email protected]"
git checkout gh-pages
git fetch
git checkout gh-pages
git pull
mike deploy --push 0.57 latest
mike set-default --push latest

0 comments on commit e88553d

Please sign in to comment.