From 8218d75d35fbf5000d35fd7fb131cfbb4dad7b15 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 20 Apr 2024 16:09:34 +0800 Subject: [PATCH] refactor: update workflow --- .../{deploy-pages.yml => deploy-github-pages.yml} | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) rename .github/workflows/{deploy-pages.yml => deploy-github-pages.yml} (80%) 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