Last Updated: February 25, 2016
·
759
· xcambar

Easily deploy to Github Pages

It's not as easy as it seems to deploy to Github Pages when your app comes with a build process, whether it's with Grunt, Ant or any custom deploy strategy.

Some tools come with some specific tooling to allow you to perform this efficiently.

But how do you do it as a general task, in any kind of projects, and more importantly, in a dead-simple way ?

This blog post explains it all: http://blog.hull.io/post/46245426211/back-to-basics-easily-deploy-to-github-pages

Enjoy!