We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4452247 commit 294a7c3Copy full SHA for 294a7c3
.github/workflows/docs-legacy.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Upload documentation
87
uses: burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823 # 5.2
88
with:
89
- switches: --archive --compress --delete
+ switches: --archive --compress --delete --omit-dir-times
90
path: docs/target/
91
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink/flink-docs-${{ env.flink_branch }}/
92
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
0 commit comments