From 8abe1bb3db17d03256ca62054d143c23c9219f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=9A=E6=9C=A8=20=E9=89=89?= Date: Sat, 30 Dec 2023 17:17:43 +0800 Subject: [PATCH] Update SyncDOCS.yml --- .github/workflows/SyncDOCS.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/SyncDOCS.yml b/.github/workflows/SyncDOCS.yml index 9c858fb..dee4738 100644 --- a/.github/workflows/SyncDOCS.yml +++ b/.github/workflows/SyncDOCS.yml @@ -33,3 +33,4 @@ jobs: private-ssh-key: ${{ secrets.FTP_SERVER_PASSWD }} destination-path: /www/wwwroot/docs.gloomyghost.com/R128Module/ source-path: ${{ github.workspace }}/docs/ + rsync-options: --archive --verbose --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.git/ --exclude=.gitignore