Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Aug 8, 2023
1 parent 51e5fd0 commit b7ac9c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ jobs:
git config --global user.name "ci-bot"
git config --global user.email "[email protected]"
git fetch origin gh-pages
mike deploy --push -f -u v1.12.x dev -t "v1.12.x (dev)"
mike deploy --push -f -u v1.12.x current stable -t "v1.12.x (current)"
mike set-default stable --push
mike list

0 comments on commit b7ac9c1

Please sign in to comment.