Update doc deployment script path

This commit is contained in:
Lysandre
2021-02-05 11:18:59 +01:00
parent 95a5f271e5
commit ad2c431097

View File

@@ -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