-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automating the process of deploying API docs. #40
Comments
Yes, that's a point we've been thinking about as well. Though, I wouldn't say we should deploy I would suggest to send in a PR and we'll take it from there. |
@oliverroick |
We would release updates to the API when needed. Smaller fixes would be released whenever ready. When documenting fundamental changes to the API, the docs should be released when the API is released. In other words, for the time being, we would create tags manually, releasing changes according to a schedule is not feasible. |
Then i guess that auto updating the |
What I meant was, that we only push to master, when a new version of the API has been tagged. So the process would be to manually tag a version, and Travis runs the deploy only when |
Currently if we need to update the
gh-pages
, we need to do it manually by running a script.We can automate the deployment of API docs to
gh-pages
branch when ever new code is pushed to themaster
branch. This can be done using travis.What do you think, Should I send a PR for this?
The text was updated successfully, but these errors were encountered: