Hello,
I have a bitbucket cloud username/account called "acme". (example)
This account contains four repositories:
I am able to push code to ACME and get a static website like so: https://acme.bitbucket.io . Each repo has an index.html file.
However, when I push code to another repo (e.g., siteone) and try to use it as a static website and access https://siteone.bitbucket.io, I get the following error:
Repository not found
Are we only allowed to have one static website per account? So, in my case, I can only use the ACME site at https://acme.bitbucket.io ?
I want to confirm the above before I troubleshoot the error. Thank you.