From bb76402e5a4b45ae0664c462a468aead5508d410 Mon Sep 17 00:00:00 2001 From: rob thijssen Date: Mon, 27 Apr 2026 13:16:46 +0300 Subject: [PATCH] fix(ci): add --omit-dir-times to UI rsync deploy The gitea_ci user cannot set timestamps on /var/www/rpm/ which is owned by root. Directory timestamps are irrelevant for static files. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/deploy-ui.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/deploy-ui.yml b/.gitea/workflows/deploy-ui.yml index 0747caa..8eb688f 100644 --- a/.gitea/workflows/deploy-ui.yml +++ b/.gitea/workflows/deploy-ui.yml @@ -52,6 +52,7 @@ jobs: --archive \ --verbose \ --delete \ + --omit-dir-times \ --chmod D755,F644 \ --include="index.html" \ --include="assets/***" \