Commit a090866b authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

update doc sub-folder

parent 520a8bfc
...@@ -42,7 +42,7 @@ if [ "$TRAVIS_TAG" ]; then ...@@ -42,7 +42,7 @@ if [ "$TRAVIS_TAG" ]; then
export SUB_FOLDER=$(echo "$TRAVIS_TAG" | grep -o -E "\d+\.\d+") export SUB_FOLDER=$(echo "$TRAVIS_TAG" | grep -o -E "\d+\.\d+")
echo $SUB_FOLDER echo $SUB_FOLDER
SUB_FOLDER='1.3' SUB_FOLDER='1.4'
mkdir $SUB_FOLDER mkdir $SUB_FOLDER
rm -rf *.js *.css *.map static rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/** rm -rf $SUB_FOLDER/**
......
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
background-color: #ECF8FF; background-color: #ECF8FF;
border-radius: 4px; border-radius: 4px;
border-left: #50bfff 5px solid; border-left: #50bfff 5px solid;
margin-top: 20px;
code { code {
background-color: rgba(#fff, .7); background-color: rgba(#fff, .7);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment