Skip to content

Commit 800b19e

Browse files
committed
ci: update ci actions
1 parent af2d5bf commit 800b19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mike-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
git config user.email "$(git log -n 1 --pretty=format:%ae)"
2929
- name: Build package
3030
run: |
31-
git fetch origin deploy:deploy
32-
mike deploy --push --branch deploy --rebase ${{ github.ref_name }}
31+
git fetch origin zh-CN/deploy:zh-CN/deploy
32+
mike deploy --push --branch zh-CN/deploy --rebase ${{ github.ref_name }}

0 commit comments

Comments
 (0)