mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
fix: update sync.yml
This commit is contained in:
parent
4d6ebd8ca0
commit
78c3a491e1
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
@ -2,7 +2,7 @@ name: Sync
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ gh-pages ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -14,4 +14,4 @@ jobs:
|
||||
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
|
||||
with:
|
||||
source-repo: "git@github.com:doocs/md.git"
|
||||
destination-repo: "git@gitee.com:Doocs/md.git"
|
||||
destination-repo: "git@gitee.com:Doocs/md.git"
|
||||
|
Loading…
Reference in New Issue
Block a user