This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch experiment_gha_docs
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/experiment_gha_docs by this
push:
new 6cdf12f ++++++
6cdf12f is described below
commit 6cdf12ffe7605da4b98aa0a77f6f952c9b4163df
Author: Chesnay Schepler <[email protected]>
AuthorDate: Mon Mar 14 16:05:52 2022 +0100
++++++
---
.github/workflows/docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index cb10916..4422949 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -9,7 +9,7 @@ jobs:
- name: rsync
uses: burnett01/[email protected]
with:
- switches: --archive --verbose --compress --delete --dry-run
+ switches: --archive --verbose --compress --delete-excluded
-exclude=testfile.txt --dry-run
path: test/
remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink
remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}