This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch release-1.20 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push: new 4d357c04d1b [FLINK-37196][docs] Use cp to sync local docs 4d357c04d1b is described below commit 4d357c04d1bfe3c2be378a84911fedda908fc680 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 ce27b77c1fb..bf66e1773ff 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}/" }