We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b8e64 commit 7488449Copy full SHA for 7488449
1 file changed
.github/workflows/docs.yml
@@ -69,7 +69,7 @@ jobs:
69
bash -c "cd /root/flink && ./.github/workflows/docs.sh"
70
71
- name: Upload documentation
72
- uses: burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823 # 5.2
+ uses: burnett01/rsync-deployments@53581dff6de0d8511d74864451aacee4846bdf39 # 8.0.2
73
with:
74
switches: --archive --compress --delete
75
path: docs/target/
@@ -81,7 +81,7 @@ jobs:
81
82
- name: Upload documentation alias
83
if: env.flink_alias != ''
84
85
86
87
0 commit comments