Skip to content

Commit

Permalink
feat: remove gitee sync
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodigua committed Jul 21, 2024
1 parent f1aa901 commit 00652da
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,3 @@ jobs:
REPOSITORY_NAME: hellodigua/code996
BRANCH: gh-pages
FOLDER: dist

- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
with:
source-repo: git@github.com:hellodigua/code996.git
destination-repo: git@gitee.com:hellodigua/code996.git

- name: Build Gitee Pages
uses: yanglbme/gitee-pages-action@main
with:
gitee-username: hellodigua
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: hellodigua/code996
branch: gh-pages

0 comments on commit 00652da

Please sign in to comment.