Skip to content

Commit c7d413b

Browse files
NaN
1 parent bce83c2 commit c7d413b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
run: |
3535
git fetch origin deploy:deploy
3636
mike deploy --push --branch deploy --rebase ${{ matrix.version }}
37+
if [[ ${{ matrix.version }} =~ "v2" ]]; then
38+
mike set-default -b deploy ${{ matrix.version }}
39+
fi
3740
3841
deploy:
3942
name: 部署

0 commit comments

Comments
 (0)