In the help on GitLab Pages the setup sound quite easy:
- Fork an example project:
by forking a project, you create a copy of the codebase you’re forking from to start from a template instead of starting from scratch. - Change a file to trigger a GitLab CI/CD pipeline: GitLab CI/CD will build and deploy your site to GitLab Pages.
- Visit your project’s Settings > Pages to see your website link, and click on it. Bam! Your website is live!
My problem: Pages does not appear in my settings, even though I had a CI job running, that “published” the files to /public.
Do I have to additionally activate the pages anywhere? I can’t find a corresponding setting.