Update doc deployment script path
This commit is contained in:
@@ -3,7 +3,7 @@ cd docs
|
|||||||
function deploy_doc(){
|
function deploy_doc(){
|
||||||
echo "Creating doc at commit $1 and pushing to folder $2"
|
echo "Creating doc at commit $1 and pushing to folder $2"
|
||||||
git checkout $1
|
git checkout $1
|
||||||
pip install -U .
|
pip install -U ..
|
||||||
if [ ! -z "$2" ]
|
if [ ! -z "$2" ]
|
||||||
then
|
then
|
||||||
if [ "$2" == "master" ]; then
|
if [ "$2" == "master" ]; then
|
||||||
@@ -46,7 +46,7 @@ deploy_doc "6f5a12a" v2.7.0
|
|||||||
deploy_doc "11c3257" v2.8.0
|
deploy_doc "11c3257" v2.8.0
|
||||||
deploy_doc "e7cfc1a" v2.9.0
|
deploy_doc "e7cfc1a" v2.9.0
|
||||||
deploy_doc "7cb203f" v2.9.1
|
deploy_doc "7cb203f" v2.9.1
|
||||||
deploy_doc "10d7239" v2.10.0
|
deploy_doc "10d7239" v2.10.0
|
||||||
deploy_doc "b42586e" v2.11.0
|
deploy_doc "b42586e" v2.11.0
|
||||||
deploy_doc "7fb8bdf" v3.0.2
|
deploy_doc "7fb8bdf" v3.0.2
|
||||||
deploy_doc "4b3ee9c" v3.1.0
|
deploy_doc "4b3ee9c" v3.1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user