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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ gh-pages ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -14,4 +14,4 @@ jobs:
|
|||||||
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
|
||||||
with:
|
with:
|
||||||
source-repo: "git@github.com:doocs/md.git"
|
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