"vscode:/vscode.git/clone" did not exist on "0e75aeefaf4beeb7a5bb6a1f05b83ab99e045a24"
Commit ad2c4310 authored by Lysandre's avatar Lysandre
Browse files

Update doc deployment script path

parent 95a5f271
......@@ -3,7 +3,7 @@ cd docs
function deploy_doc(){
echo "Creating doc at commit $1 and pushing to folder $2"
git checkout $1
pip install -U .
pip install -U ..
if [ ! -z "$2" ]
then
if [ "$2" == "master" ]; then
......@@ -46,7 +46,7 @@ deploy_doc "6f5a12a" v2.7.0
deploy_doc "11c3257" v2.8.0
deploy_doc "e7cfc1a" v2.9.0
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 "7fb8bdf" v3.0.2
deploy_doc "4b3ee9c" v3.1.0
......
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