|
|
|
|
|
by fuzionmonkey
3586 days ago
|
|
For generated HTML docs or websites, this is still not ideal because you have to commit generated code into your master branch. You can even use Travis to automatically generate and deploy your docs/website, which I find much cleaner and convenient than manually publishing or committing generated code. https://github.com/L33T-KR3W/push-dir makes it easy to publish a directory to gh-pages (even .gitignored directories i.e. build/). |
|