diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-github-pages.yml similarity index 80% rename from .github/workflows/deploy-pages.yml rename to .github/workflows/deploy-github-pages.yml index bb3e85d..b0addce 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-github-pages.yml @@ -59,12 +59,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 - - - name: Sync to Gitee - uses: wearerequired/git-mirror-action@master - env: - SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} - with: - source-repo: git@github.com:zyronon/douyin.git - destination-repo: git@gitee.com:zyronon/douyin.git \ No newline at end of file + uses: actions/deploy-pages@v1 \ No newline at end of file