This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch release-2.0 in repository https://gitbox.apache.org/repos/asf/flink.git
commit a069d1faa4f581200a878a65d945d39d3cd48129 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}/" }