This is an automated email from the ASF dual-hosted git repository.

mbalassi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 1c3efd8  [FLINK-26612][hotfix] Change documentation link to align with 
build
1c3efd8 is described below

commit 1c3efd8223eaf62950f9f343d05877166c7ff460
Author: Marton Balassi <mar...@apple.com>
AuthorDate: Wed Mar 16 15:30:40 2022 +0100

    [FLINK-26612][hotfix] Change documentation link to align with build
---
 .github/workflows/docs.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
index 75a3f63..3ae529d 100644
--- a/.github/workflows/docs.yaml
+++ b/.github/workflows/docs.yaml
@@ -41,7 +41,7 @@ jobs:
         with:
           switches: --archive --compress
           path: docs/target/
-          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH 
}}/flink/testing-flink-kubernetes-operator-docs-${{ env.flink_branch }}/
+          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH 
}}/flink/flink-kubernetes-operator-docs-${{ env.flink_branch }}/
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
           remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}
@@ -52,7 +52,7 @@ jobs:
         with:
           switches: --archive --compress
           path: docs/target/
-          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH 
}}/flink/testing-flink-kubernetes-operator-docs-${{ env.flink_alias }}/
+          remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH 
}}/flink/flink-kubernetes-operator-docs-${{ env.flink_alias }}/
           remote_host: ${{ secrets.NIGHTLIES_RSYNC_HOST }}
           remote_port: ${{ secrets.NIGHTLIES_RSYNC_PORT }}
           remote_user: ${{ secrets.NIGHTLIES_RSYNC_USER }}

Reply via email to