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

guoweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 479fb42f944 [FLINK-37196][docs] Use cp to sync local docs
479fb42f944 is described below

commit 479fb42f9444cf0c78b185e67949a5cc0c300089
Author: Weijie Guo <res...@163.com>
AuthorDate: Fri Jan 24 11:10:24 2025 +0800

    [FLINK-37196][docs] Use cp to sync local docs
---
 docs/setup_docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index ae2defd505c..60dbc619af6 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -32,7 +32,7 @@ function integrate_connector_docs {
   theme_dir="../themes/connectors"
   mkdir -p "${theme_dir}"
 
-  rsync -a flink-connector-${connector}/docs/* "${theme_dir}/"
+  cp -r flink-connector-${connector}/docs/* "${theme_dir}/"
 }
 
 

Reply via email to