Skip to content

Commit

Permalink
Fix doctr path to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaul committed Nov 2, 2016
1 parent fd41c0a commit 2b2b3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone/deploy_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b2b3e7

Please sign in to comment.