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
The state of the art of using mkdocs to update the documentation would be to:
PR in the master branch any change\etc from develop
Pull locally the master
Build the docs with mkdocs build
Push to the gh-pages branch the builded documentations using the built-in mkdocs gh-deploy
Instead of having to manually do all this stuff and use mkdocs gh-deploy from the local master branch to update the docs, I stumbled upon this article that explains how travis-ci can also build and deploy from the source. This way we can just worry about commits and PR to master and travis will do the rest.
Is it worth the implementation? For me, yes
The text was updated successfully, but these errors were encountered:
The state of the art of using mkdocs to update the documentation would be to:
mkdocs gh-deploy
Instead of having to manually do all this stuff and use
mkdocs gh-deploy
from the local master branch to update the docs, I stumbled upon this article that explains how travis-ci can also build and deploy from the source. This way we can just worry about commits and PR to master and travis will do the rest.Is it worth the implementation? For me, yes
The text was updated successfully, but these errors were encountered: