I can't deploy to GitHub pages my yeoman angular application. I was using deploy yeoman tutorial:
git add dist && git commit -m "Initial dist subtree commit"
git subtree push --prefix dist origin gh-pages
But my GitHub page still using code from branch master. For example http://derk153.github.io/app/index.html is showing some data, but not dist
branch gh-pages
GH-page: http://derk153.github.io/
I think you have to add your Angular application in a new repository in the branch gh-pages.
I recommend you this things:
Check my example: I have this repo to add the code for my github.io main page: My main github.io repo. Then, I create a new repo with new code here. Check the gh-pages branch, the code is available here.