Skip to content

Commit

Permalink
fix: update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme committed May 4, 2020
1 parent 4d6ebd8 commit 78c3a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync

on:
push:
branches: [ master ]
branches: [ gh-pages ]

jobs:
build:
Expand All @@ -14,4 +14,4 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: "[email protected]:doocs/md.git"
destination-repo: "[email protected]:Doocs/md.git"
destination-repo: "[email protected]:Doocs/md.git"

0 comments on commit 78c3a49

Please sign in to comment.