Skip to content

Commit

Permalink
chore: update workflow (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanglbme authored Jul 4, 2024
1 parent 9d8757b commit ff44d3d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,3 @@ jobs:
with:
branch: gh-pages
folder: dist

sync-to-gitee:
runs-on: ubuntu-latest
if: github.repository == 'doocs/md'
needs: build-and-deploy
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: [email protected]:doocs/md.git
destination-repo: [email protected]:Doocs/md.git

0 comments on commit ff44d3d

Please sign in to comment.