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:01:40 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 af2e7ec  +++
af2e7ec is described below

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

    +++
---
 .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 f694f24..13b1024 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -10,8 +10,8 @@ jobs:
         uses: burnett01/rsync-deployments@5.2
         with:
           switches: --verbose --compress --delete --dry-run
-          path: test/*
-          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH }}/flink/
+          path: test/
+          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 }}