Hello! I set up pages on gitlab.com. First I started with a project that had unrelated name (and broken CI, let’s be honest who can get that correct on the first try?), but then I found out that by naming it <username>.gitlab.io
I can get the pages on <username>.gitlab.io
instead of <username>.gitlab.io/<projectname>
which I prefer. So I changed both the path and name of the project accordingly.
The CI now shows both pages
and pages:deploy
as successful. Navigating to settings/pages says Your pages are served under: https://username.gitlab.io
, however clicking the link renders a 404 page instead of the pages.
I’ve waited more than the 30mins it should take and tried rerunning the CI pipelines but no luck. I’ve also tried clearing runner cache before rerunning the pipeline in case something didn’t refresh properly after the rename and waited another hour, but the pages are still not shown.
Does anyone have any idea what’s up? Is it a bug that I should submit, or are there more caches involved and due to the rename I should wait a day (which would be ridiculous) till the pages show up?
EDIT: I tried removing the pages in settings and rerunning the pipelines and deleting the project and recreating it. Neither helped and the URL is still returning 404.