update doc sub-folder

pull/5964/head
Leopoldthecoder 2017-07-20 16:09:44 +08:00 committed by 杨奕
parent 520a8bfcf5
commit a090866bd6
2 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if [ "$TRAVIS_TAG" ]; then
export SUB_FOLDER=$(echo "$TRAVIS_TAG" | grep -o -E "\d+\.\d+")
echo $SUB_FOLDER
SUB_FOLDER='1.3'
SUB_FOLDER='1.4'
mkdir $SUB_FOLDER
rm -rf *.js *.css *.map static
rm -rf $SUB_FOLDER/**

View File

@ -107,6 +107,7 @@
background-color: #ECF8FF;
border-radius: 4px;
border-left: #50bfff 5px solid;
margin-top: 20px;
code {
background-color: rgba(#fff, .7);