diff --git a/.github/workflows/Sync-Document.yml b/.github/workflows/Sync-Document.yml index bc5ed1c49b..9a3d3b7d6a 100644 --- a/.github/workflows/Sync-Document.yml +++ b/.github/workflows/Sync-Document.yml @@ -33,4 +33,4 @@ jobs: private-ssh-key: ${{ secrets.FTP_SERVER_PASSWD }} destination-path: /www/wwwroot/tinyvision.yuzukihd.top/ source-path: ${{ github.workspace }}/docs/ - rsync-options: --archive -O --no-perms --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.git/ --exclude=.gitignore + rsync-options: --archive -O --no-perms --compress --human-readable --progress --delete-after --exclude=.git* --exclude=.well-known/ --exclude=.git/ --exclude=.gitignore