From 2b2b3e73176f4fa48082f0c419022be1b1c02011 Mon Sep 17 00:00:00 2001 From: Brett Naul Date: Tue, 1 Nov 2016 20:46:09 -0700 Subject: [PATCH] Fix doctr path to docs --- .drone/deploy_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/deploy_docs.sh b/.drone/deploy_docs.sh index 9af65fd5..f131c8f3 100755 --- a/.drone/deploy_docs.sh +++ b/.drone/deploy_docs.sh @@ -7,7 +7,7 @@ source ~/envs/cesium/bin/activate if [[ $DEPLOY_DOCS == 1 ]] then pip install doctr - doctr deploy --gh-pages-docs "/" --deploy-repo "cesium-ml/docs" + doctr deploy --deploy-repo "cesium-ml/docs" else echo "-- will only push docs from master --" fi