diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 73f691b..c50cf60 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: - name: Deploy with rsync run: | - rsync -avz --delete \ + rsync -rltz --no-perms --no-owner --no-group --omit-dir-times --delete \ --filter='P error/' \ --filter='P stats/' \ site/ \