diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74a4fd3..036bdc6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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