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 14:32:26 UTC

[flink] branch experiment_gha_docs updated: cleanup

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 cf2bab5  cleanup
cf2bab5 is described below

commit cf2bab5ef9c7a73fdbe84d41dfb350e2d9c396f3
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Mar 14 15:31:50 2022 +0100

    cleanup
---
 .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 b24509e..3fdaf3e 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 --dry-run --delete
+          switches: --archive --verbose --compress --dry-run --delete -i
           path: test/*
-          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink
+          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 }}