mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 20:32:43 +00:00
add docs/ja to the copy targets in the script used for checking the clickhouse-docs
This commit is contained in:
parent
2df2320f61
commit
bcdb593e96
@ -14,7 +14,7 @@ fi
|
||||
|
||||
# The repo is usually mounted to /ClickHouse
|
||||
|
||||
for lang in en ru zh
|
||||
for lang in en ru zh ja
|
||||
do
|
||||
if [ -d "/ClickHouse/docs/${lang}" ]; then
|
||||
cp -rf "/ClickHouse/docs/${lang}" "/opt/clickhouse-docs/docs/"
|
||||
|
Loading…
Reference in New Issue
Block a user