Skip to content

Commit 294a7c3

Browse files
committed
[hotfix] Add --omit-dir-times to legacy docs rsync to fix permission errors
1 parent 4452247 commit 294a7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Upload documentation
8787
uses: burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823 # 5.2
8888
with:
89-
switches: --archive --compress --delete
89+
switches: --archive --compress --delete --omit-dir-times
9090
path: docs/target/
9191
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink/flink-docs-${{ env.flink_branch }}/
9292
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}

0 commit comments

Comments
 (0)