From 5feb691108fb50a3a5ebfee05df4a1cabb81ebc0 Mon Sep 17 00:00:00 2001 From: StageGuard <1355416608@qq.com> Date: Sat, 24 Apr 2021 09:47:56 +0800 Subject: [PATCH] fk u @sand4rt --- .github/workflows/syncToGitee.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/syncToGitee.yml b/.github/workflows/syncToGitee.yml index aa355a8..35f45d8 100644 --- a/.github/workflows/syncToGitee.yml +++ b/.github/workflows/syncToGitee.yml @@ -36,12 +36,7 @@ jobs: remote_folder: ${{ secrets.FTP_MIRROR_ROOT_PATH }} local_folder: dist cleanup: true - exclude: - - '.git/**' - - '.github/**' - - 'source/**' - - '*.md' - - 'gitVersion' + exclude: [".git/**", ".github/**", "source/**", "*.md", "gitVersion"] pasive: false - name: Sync to Gitee repo uses: wearerequired/git-mirror-action@master