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