An Issue With Creating & Publishing Multiple Quarto Sites #3316
-
When we publish a Quarto site from GitHub Pages, it takes the format Is there a way to resolve this or will I have to create a different GitHub account with my Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is a GitHub constraint. If you really want to customise the subdomain and/or the apex, then buy a domain. 🤷♂️ |
Beta Was this translation helpful? Give feedback.
This is a GitHub constraint.
If you don't own the account, you won't be allowed to publish to it, because it would be like trying to impersonate some user or organisation account.
To note "username.github.io" is a special name of repository to publish to the root of "username.github.io" website.
All of your other repository published on GitHub Pages will be in the form "username.github.io/repository".
There is absolutely nothing you can do to change that.
If you really want to customise the subdomain and/or the apex, then buy a domain. 🤷♂️