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/15 12:48:06 UTC

[flink] 01/02: reset

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

commit 500807809bd2815bcb9a19ed1ba31b50d98c96cb
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Mar 15 11:03:08 2022 +0100

    reset
---
 .github/workflows/docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index cd46e1c..fead5cc 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -9,9 +9,9 @@ jobs:
       - name: rsync
         uses: burnett01/rsync-deployments@5.2
         with:
-          switches: --archive --verbose --compress --delete --exclude=*/ --exclude="*.html" --exclude="*.md" --exclude="*.ico" --exclude=y.txt
+          switches: --archive --verbose --compress
           path: test/
-          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}
+          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
           remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}