Skip to content

Commit c30ff61

Browse files
committed
add version
1 parent 70757df commit c30ff61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ CUR_DIR=$PWD
2121
echo "env CUR_DIR=$CUR_DIR"
2222

2323
echo "Starting install software"
24-
sudo pip install mkdocs
24+
sudo pip install mkdocs==1.2.2
2525
git clone https://github.com/apache/servicecomb-docs.git
26-
sudo pip install mkdocs-material
26+
sudo pip install mkdocs-material==7.1.10
2727

2828
echo "Starting compile docs"
2929
cd $CUR_DIR/servicecomb-docs/java-chassis-reference/zh_CN

0 commit comments

Comments
 (0)