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 15:03:48 UTC

[flink] branch experiment_gha_docs updated: ++++

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 f48ca03  ++++
f48ca03 is described below

commit f48ca0366e6d44ff97fc0ae3fe2cb00fc827ce82
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Mar 14 16:03:09 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 13b1024..cb10916 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: --verbose --compress --delete --dry-run
+          switches: --archive --verbose --compress --delete --dry-run
           path: test/
           remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}