You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
then doctr will fail, because doc doesn't exist in the gh-pages branch. This may only occur when gh-pages is being created (specifically when creating, .nojekyll).
The text was updated successfully, but these errors were encountered:
touch .nojekyll
touch: cannot touch '.nojekyll': No such file or directory
git checkout b946b0405f0fd222c5a6a07d7fff468673552dc8
fatal: Unable to read current working directory: No such file or directory
The website and docs are not pushed to gh-pages on pull requests
ERROR: The doctr command '/home/travis/virtualenv/python3.7.1/bin/doctr deploy .' failed: SystemExit('\x1b[31mtouch .nojekyll failed: 1\x1b[0m')
This is the cause. The fix is to add cd .. to cd back to the top-level git directory before calling doctr.
If someone does something like
then doctr will fail, because
doc
doesn't exist in the gh-pages branch. This may only occur when gh-pages is being created (specifically when creating, .nojekyll).The text was updated successfully, but these errors were encountered: