File tree 3 files changed +3
-82
lines changed
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
69
69
70
70
# Below you can choose only ***ONE*** of the two prep commands
71
71
72
- # yarn prep-from-master
72
+ # yarn copy-clickhouse-repo-docs
73
73
# This command will clone master ClickHouse/Clickhouse branch to a temp folder and
74
74
# from there it will copy over the relevant docs folders to this folder
75
75
76
- yarn prep-from-master
76
+ yarn copy-clickhouse-repo-docs
77
77
78
78
# OR
79
79
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ export LC_ALL=C
4
4
cd ~ /git/clickhouse-docs
5
5
yarn cache clean
6
6
yarn install
7
- yarn prep-from-master
7
+ yarn copy-clickhouse-repo-docs
8
8
bash scripts/settings/autogenerate-settings.sh
9
9
cp -r docs/en docs/ja
10
10
find 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