Organization-level custom domain not working #30136
-
|
I tried creating a custom domain for my organization to use with GitHub Pages. I wasn't able to find the actual documentation on how to do this, but a previous discussion thread led me to the conclusion that I should create a repo in my org called I would expect now that the other repos using GitHub Pages would be accessible under this custom domain:
However this doesn't seem to be working. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Your organization repository should be named: So in your case, rename https://github.com/oauth-wg/organization to |
Beta Was this translation helpful? Give feedback.
Your organization repository should be named:
<org name>.github.io. We talk about that here: https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#types-of-github-pages-sites.So in your case, rename https://github.com/oauth-wg/organization to
oauth-wg.github.io.