Skip to content

Commit ef31965

Browse files
committed
[hotfix] Bump rsync-deployments version to fix doc CI
1 parent 176482f commit ef31965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
docker run --rm --volume "$PWD:/root/flink-kubernetes-operator" chesnay/flink-ci:java_8_11 bash -c "cd /root/flink-kubernetes-operator && ./.github/workflows/docs.sh"
5353
- name: Upload documentation
54-
uses: burnett01/rsync-deployments@5.2
54+
uses: burnett01/rsync-deployments@7.1.0
5555
with:
5656
switches: --archive --compress
5757
path: docs/target/
@@ -62,7 +62,7 @@ jobs:
6262
remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
6363
- name: Upload documentation alias
6464
if: env.flink_alias != ''
65-
uses: burnett01/rsync-deployments@5.2
65+
uses: burnett01/rsync-deployments@7.1.0
6666
with:
6767
switches: --archive --compress
6868
path: docs/target/

0 commit comments

Comments
 (0)