fix: update sync.yml

This commit is contained in:
Yang Libin 2020-05-04 11:38:31 +08:00 committed by yanglbme
parent 4d6ebd8ca0
commit 78c3a491e1

View File

@ -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"