We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70757df commit c30ff61Copy full SHA for c30ff61
scripts/build.sh
@@ -21,9 +21,9 @@ CUR_DIR=$PWD
21
echo "env CUR_DIR=$CUR_DIR"
22
23
echo "Starting install software"
24
-sudo pip install mkdocs
+sudo pip install mkdocs==1.2.2
25
git clone https://github.com/apache/servicecomb-docs.git
26
-sudo pip install mkdocs-material
+sudo pip install mkdocs-material==7.1.10
27
28
echo "Starting compile docs"
29
cd $CUR_DIR/servicecomb-docs/java-chassis-reference/zh_CN
0 commit comments