We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rsync-deployments
1 parent 176482f commit ef31965Copy full SHA for ef31965
.github/workflows/docs.yaml
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
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"
53
- name: Upload documentation
54
- uses: burnett01/rsync-deployments@5.2
+ uses: burnett01/rsync-deployments@7.1.0
55
with:
56
switches: --archive --compress
57
path: docs/target/
@@ -62,7 +62,7 @@ jobs:
62
remote_key: ${{ secrets.NIGHTLIES_RSYNC_KEY }}
63
- name: Upload documentation alias
64
if: env.flink_alias != ''
65
66
67
68
0 commit comments