Skip to content

Commit

Permalink
[FLINK-37196][docs] Use cp to sync local docs
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Jan 24, 2025
1 parent 9912774 commit 479fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}/"
}


Expand Down

0 comments on commit 479fb42

Please sign in to comment.