doctr
doctr copied to clipboard
A tool for automatically deploying docs from Travis CI to GitHub pages.
I figured out the problem I was having in #353 with deleting files from the deploy directory via a custom `--command`: The command runs after syncing, but before committing. Thus,...
It seems like if I give the `--command` flag multiple times, only the last command will be executed. I would expect each `--command` to be run, in the order it...
I have a folder that contains a python script that I want to use for post-processing (`doctr deploy --command ...`), along with python modules that the script depends on. Since...
Currently, doctr makes a new commit to gh-pages every time something shows up in the *master* branch. This might be problematic for projects with a lot of activity and image...
We are switching from TRAVIS to azure and so it would be nice to use the amazing doctr tool as well. I guess this is similar to #345 . it...
In particular, GitLab and Circle are popular.
There is some interesting (historical) background on #242 and #276 about deployment keys and where to store them in order to support multiple deployments from a single repository, and #166...
If ``$TRAVIS_TAG`` and ``--build-tags`` are set, then we get ``canpush=True`` without checking all rules, e.g. If the repository was a fork, then the push should be prevented. As an aside,...
Although I haven't changed anything except to add some new files, I'm now getting a `Don't have permission to push. Not trying.` message in Travis, which seems to prevent pushing...