add docs/ja to the copy targets in the script used for checking the clickhouse-docs

This commit is contained in:
Miki Matsumoto 2024-11-29 17:16:05 +09:00
parent 2df2320f61
commit bcdb593e96

View File

@ -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/"