I'm working in a repo I created under an organizational GitHub
When I publish the repo via GitHub pages the URL defaults to a randomly generated string, such as
http(s)://windy-waterfalls-e5r23og9.pages.github.io/
I'd like it to default to http(s)://<username>.github.io/<repository>
or http(s)://<organization>.github.io/<repository>
so that the URL is explanatory of the repo, and so I don't have to pay/manage my own domain
Is there a way to do this?
https://testore.github.io/test-repo/
for example. The issue only occurs under the organizational GitHub and I can't find any docs related to default URL settings; only for using a completely custom domain – Concrescence