This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new 294a7c3d868 [hotfix] Add --omit-dir-times to legacy docs rsync to fix
permission errors
294a7c3d868 is described below
commit 294a7c3d8686dd100494f958cd87532c294796fc
Author: Martijn Visser <[email protected]>
AuthorDate: Wed Jan 21 20:13:14 2026 +0100
[hotfix] Add --omit-dir-times to legacy docs rsync to fix permission errors
---
.github/workflows/docs-legacy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs-legacy.yml
b/.github/workflows/docs-legacy.yml
index 3064f6391f2..bf806562f04 100644
--- a/.github/workflows/docs-legacy.yml
+++ b/.github/workflows/docs-legacy.yml
@@ -86,7 +86,7 @@ jobs:
- name: Upload documentation
uses:
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823 # 5.2
with:
- switches: --archive --compress --delete
+ switches: --archive --compress --delete --omit-dir-times
path: docs/target/
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH
}}/flink/flink-docs-${{ env.flink_branch }}/
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}