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