File tree Expand file tree Collapse file tree 3 files changed +3
-82
lines changed Expand file tree Collapse file tree 3 files changed +3
-82
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ cd clickhouse-docs # local docs repo
6969
7070# Below you can choose only ***ONE*** of the two prep commands
7171
72- # yarn prep-from-master
72+ # yarn copy-clickhouse-repo-docs
7373# This command will clone master ClickHouse/Clickhouse branch to a temp folder and
7474# from there it will copy over the relevant docs folders to this folder
7575
76- yarn prep-from-master
76+ yarn copy-clickhouse-repo-docs
7777
7878# OR
7979
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export LC_ALL=C
44cd ~ /git/clickhouse-docs
55yarn cache clean
66yarn install
7- yarn prep-from-master
7+ yarn copy-clickhouse-repo-docs
88bash scripts/settings/autogenerate-settings.sh
99cp -r docs/en docs/ja
1010find docs/ja -type f -exec sed -i ' ' ' s|slug: /en/|slug: /ja/|g' {} \;
You can’t perform that action at this time.
0 commit comments