File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -21,28 +21,21 @@ CUR_DIR=$PWD
2121echo " env CUR_DIR=$CUR_DIR "
2222
2323echo " Starting install software"
24- npm install gitbook-cli -g
2524sudo pip install mkdocs
2625git clone https://github.com/apache/servicecomb-docs.git
2726sudo pip install mkdocs-material
2827
2928echo " Starting compile docs"
30- cd $CUR_DIR /servicecomb-docs
31- gitbook build saga-reference docs/saga
32- gitbook build service-center-reference docs/service-center
33-
3429cd $CUR_DIR /servicecomb-docs/java-chassis-reference/zh_CN
3530mkdocs build -d ../../docs/java-chassis/zh_CN
3631cd $CUR_DIR /servicecomb-docs/java-chassis-reference/en_US
3732mkdocs build -d ../../docs/java-chassis/en_US
3833cd $CUR_DIR
3934
40-
4135echo " Starting coping docs"
4236rm -r docs/java-chassis/zh_CN/*
4337rm -r docs/java-chassis/en_US/*
44- rm -r docs/saga/*
45- rm -r docs/service-center/*
38+
4639cp -r servicecomb-docs/docs/ ./
4740
4841# add some debug infos
You can’t perform that action at this time.
0 commit comments