Skip to content

Commit

Permalink
update branch
Browse files Browse the repository at this point in the history
Signed-off-by: oilbeater <[email protected]>
  • Loading branch information
oilbeater committed Nov 19, 2024
1 parent e2ec193 commit d46dd06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- main
- master
- v1.13
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -32,5 +33,6 @@ jobs:
git config --global user.name "ci-bot"
git config --global user.email "[email protected]"
git fetch origin gh-pages
mike deploy --push -u v1.13.x dev -t "v1.13.x (dev)"
mike deploy --push -u v1.13.x current stable -t "v1.13.x (stable)"
mike set-default stable --push
mike list

0 comments on commit d46dd06

Please sign in to comment.