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 12:08:24 UTC

[flink] branch experiment_gha_docs updated: retry

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 3478d50  retry
3478d50 is described below

commit 3478d50ffda6c913188b7f24fa3a6f0edf5bde6b
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Mar 14 13:05:57 2022 +0100

    retry
---
 .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 a5e3803..213614d 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -11,7 +11,7 @@ jobs:
         with:
           switches: -avzr
           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 }}