doctr icon indicating copy to clipboard operation
doctr copied to clipboard

A tool for automatically deploying docs from Travis CI to GitHub pages.

Results 86 doctr issues
Sort by recently updated
recently updated
newest added

Right now it just falls back to using a token, but it should only do that if `--token` was used.

It would be nice if it automatically added the encrypted environment variable to .travis.yml. It's probably not possible to be smart enough to add `doctr deploy`. I don't know how...

Right now you can only deploy to one repo, because there is just one environment variable that it checks the key for (unless maybe https://github.com/gforsyth/doctr/issues/34 would let you split this...

I'm a little unclear how it works (see https://docs.travis-ci.com/user/environment-variables/#Encrypted-Variables), but I think it is possible to make the encrypted variable only avaiable for the specific build in the matrix, which...

I am trying to execute API Automation build. while try to make build occurs below error. I have not added any dependencies related to Github in my POM.xml file, Anyone...