Skip to content

Commit

Permalink
try to bugfix doctr pushing to gh-pages
Browse files Browse the repository at this point in the history
was getting error message: Don't have permission to push. Not trying.
(perhaps, because we were in a detached head state?)
  • Loading branch information
Benjamin Winkel committed Jul 17, 2017
1 parent 9cf1588 commit aaef769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ script:
set -e;
conda install doctr;
git reset --hard HEAD;
doctr deploy . --built-docs docs/;
doctr deploy . --no-require-master --built-docs docs/;
fi'

after_success:
Expand Down

0 comments on commit aaef769

Please sign in to comment.