You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/03/14 16:00:56 UTC

[flink] branch experiment_gha_docs updated: -d

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 60e4c0b  -d
60e4c0b is described below

commit 60e4c0b69ca682e4b19a2d43ba3c26a14aae8119
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Mar 14 17:00:16 2022 +0100

    -d
---
 .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 6e5c9de..98bb2e9 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -9,7 +9,7 @@ jobs:
       - name: rsync
         uses: burnett01/rsync-deployments@5.2
         with:
-          switches: --archive --verbose --compress --delete --include=flink-testing --dry-run
+          switches: --archive --verbose --compress --delete --exclude=*/ --dry-run
           path: test/
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}