I have a site generated with yeoman's generator-angular and I'd like to publish this site using github pages. I create the gh-pages
branch but my repo does not show up in myusername.github.io/myreponame
I think the reason is because index.html
is in the app/
directory not the root.
app/
|-- index.html
|-- scripts/
dist/
Gruntfile.js
etc..
Can I tell github pages to load index.html from the app folder? How can I launch a site generated w/ angular-generator to gh pages?