Most github enterprise solutions I’ve seen didn’t configure subdomains per-user like github public does, and I didn’t find any obvious documentation as to how to use gh-pages outside of that style.
For anyone in the same boat I was in, the url structure for github pages without using subdomains is :
http://[your github domain]/pages/[username]/[repo]/
Hi Jarrod, Did you find a solution for this problem?
I for one am very interested if you did. Thanks!
Worked for me. Thanks!
Thank you! This was exactly what I needed to know.
You need to create a branch called gh-pages though.