Commit ad2c4310 authored by Lysandre's avatar Lysandre
Browse files

Update doc deployment script path

parent 95a5f271
...@@ -3,7 +3,7 @@ cd docs ...@@ -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
......
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