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 11:59:12 UTC

[flink] branch experiment_gha_docs updated: hmm?

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 396511f  hmm?
396511f is described below

commit 396511fe93fff6e5827af069f5ddf4e7ab3a0603
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Mon Mar 14 12:57:36 2022 +0100

    hmm?
---
 .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 213614d..11b1e73 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-testing
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
           remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}