Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
22 views

The site works fine on my custom domain (e.g. https://www.example.com/), but in the generated sitemap.xml (and also in RSS feeds) the URLs still point to the GitLab Pages default URL (https://project-...
Udi's user avatar
  • 30.8k
1 vote
0 answers
114 views

I'm using Xcode 16.2 to generate static HTML documentation for my iOS project SwiftfulCrypto for GitLab Pages. Problem The main index.html files in the static HTML output are empty or very small (~2KB)...
perpetualdarkness's user avatar
0 votes
0 answers
87 views

Summary I am trying to deploy a static site to GitLab pages. My intended flow is as follows: Build the project locally (this is a static html, with some assets) Push it to GitLab --> Let the ...
Shafik Walakaka's user avatar
1 vote
0 answers
97 views

As per https://docs.gitlab.com/ee/user/project/pages/getting_started_part_one.html#user-and-group-website-examples: Under your username, john, you created a project called john.gitlab.io. Your ...
Matheus Tavares Bernardino's user avatar
1 vote
0 answers
87 views

hope you're having a great learning experience. I've been trying to integrate CountAPI into a website hosted on GitLab Pages. However, I'm finding it challenging to generate the CountAPI key. The ...
dkshitij29's user avatar
0 votes
1 answer
148 views

I am trying to deploy my Sphinx docs on GitLab. But it is ignores some modules. Please tell me what i am doing wrong. I am do the same things on my host machine and it works, but on gitlab pages dont ...
Nikita Belov's user avatar
1 vote
3 answers
758 views

I want to place all of my Docusaurus site files into a subfolder called website inside my project repo and have my site deploy properly. I have noticed Docusaurus sites that have done this (for ...
JRHaus's user avatar
  • 71
1 vote
0 answers
168 views

I'm working on a ui-component library and we use Storybook to preview our components. To access our assets (icons, images, fonts) we use absolute domain paths like so /public/icons. This approach ...
Yehor Bublyk's user avatar
1 vote
0 answers
102 views

I'm trying to deploy static pages with gitlab ci, and create a directory for each branch and commit. Similar to Gitlab pages - Incremental deploy But when I try to look at the branch it gives me a 404....
Freddybobjo's user avatar
7 votes
2 answers
576 views

I have set up a gitlab server and gitlab pages for our company internal gitlab. The configuration was made according to Pages domain with tls support without wildcard dns. The pages work correctly and ...
Flurin's user avatar
  • 149
0 votes
1 answer
341 views

I have a default Create React App that can run fine locally on my computer. I pushed it with git to a GitLab repository which is connected to GitLab Pages on the URL: https://reactwebsitetobetested-...
Alex09's user avatar
  • 2,385
0 votes
0 answers
364 views

I am trying to deploy a GitLab Pages static site using html generated by sphinx. My .gitlab-ci.yml file is as follows: image: alpine:latest pages: tags: - sphinx stage: deploy script: - ...
anslin's user avatar
  • 1
0 votes
1 answer
162 views

I have a project repository that consists of a backend directory and React app frontend. I want the app to be served from Gitlab Page. MyRepo/ ├─ frontend/ │ ├─ src/ │ │ ├─ App.js │ │ ├─ index.js ...
Fariz Awi's user avatar
2 votes
1 answer
2k views

I had a Gitlab Pages hosted at https://username.gitlab.io/project/. I deleted and recreated the project (https://gitlab.com/username/project/) to start again with a clean history. The page url is now ...
Thomas's user avatar
  • 553
1 vote
1 answer
600 views

I have an Angular project in which I use JSON files (path: src/assets/i18n)to translate the content into different languages. I put my project on Gitlab Pages, but I get the following error: Access ...
Lorenzo's user avatar
  • 197
1 vote
1 answer
65 views

We host a website via GitLab Pages (static website generation) and have recently encountered a problem. In the licence for our fonts (or in the installation details) it is mentioned that we should ...
Sebastian's user avatar
2 votes
1 answer
427 views

When using a custom domain for GitLab Pages (i.e. mysite.com), it seems that default domain (myaccount.gitlab.io/mysite) is also active, so content is published in both domains at once. How can I ...
Federico J. Álvarez Valero's user avatar
0 votes
1 answer
740 views

We use a self hosted gitlab ce (Omnibus-Installation on Ubuntu 22.04) for our project repository. The bundled nginx is disabled, because there are other services running that also use the webserver. ...
Stephan's user avatar
1 vote
1 answer
1k views

Have some issue during running dotnet restore. I have GitLab private package registry, and during dotnet restore I have a bunch of 502 errors during restore. It seems that it tries to get external ...
Roman R.'s user avatar
1 vote
1 answer
1k views

I have a collection of static HTML pages that I want to publish to GitLab Pages. These HTML documents were rendered as part of a computationally intensive snakemake workflow running on a HPC. The ...
j0hn's user avatar
  • 35
2 votes
4 answers
1k views

I have a static HTML website with the following structure: . ├── index.html └── images/ ├── a.jpg ├── b.jpg └── c.jpg I found the following configuration in a blog post from 2016: pages: ...
Mori's user avatar
  • 7,092
2 votes
0 answers
2k views

I just started having a problem when I commit to my repo: commit doesn't trigger CI pipeline, even though it should commit doesn't show up in the Activity feed I have a repo on GitLab, and have been ...
postylem's user avatar
  • 1,121
0 votes
1 answer
284 views

To run the test locally, I use this: "test-ci": "jest --runInBand webapp/test/ivw --config ./jest.config.js --watchAll=false", In the terminal, I have the coverage report fine, ...
Dani's user avatar
  • 4,264
2 votes
1 answer
620 views

I built a static wiki website hosted by GitLab pages and requires that they log into their gitlab account before accessing the site. It uses Jekyll and some HTML templates to build the site pages from ...
Aaron Earle-Richardson's user avatar
6 votes
1 answer
6k views

i'm running a pipeline in my GitLab project where automated ui tests are executed. After the tests has been finished it will generate a test report where also a .html file is generated to be able to ...
juLeZ90's user avatar
  • 101
1 vote
0 answers
661 views

I've created a gitlab page for myself and now want to access the page via a curl or a postman request. Seems that I can but the only way I can do this is by setting the Pages variable to Everyone. The ...
Mikey's user avatar
  • 65
3 votes
1 answer
333 views

I am thinking about hosting my static website using gitlab pages. The website is completely static, no dynamic contents (besides me updating it from time to time). Now I am wondering: Since I am in ...
Nathan's user avatar
  • 7,811
2 votes
0 answers
95 views

I’m new to Gitlab, I have created a project name “gitlab-pages-plain-html” from Gitlab template: pages/plain HTML, and the gitlab pipeline to deploy the plain web site to the gitlab pages. Template ...
Kai's user avatar
  • 21
2 votes
1 answer
462 views

I managed to build and deploy my project to Gitlab pages, but when I try to access it, it's blank. Here is the repo: https://gitlab.com/grabtools/content_check You can see in CI/CD the pipeline ...
Son Nguyen's user avatar
  • 1,690
3 votes
1 answer
793 views

Excerpt from documentation for setting up GitLab Pages with wildcard DNS entry: https://docs.gitlab.com/ee/administration/pages/#wildcard-domains external_url "http://gitlab.example.com" # ...
dahe's user avatar
  • 876
0 votes
0 answers
734 views

I'm trying to deploy a simple .html report, which is created after testing, to the Gitlab Pages. Everything is pretty straightforward according to the official documentation however, I'm constantly ...
Moveton's user avatar
  • 67
2 votes
1 answer
966 views

I have a code project hosted on a custom gitlab instance. This project is part of a subgroup. We'd like to host static html content, generated by doxygen and similar tools, using Gitlab Pages. Trivial ...
Intronaut's user avatar
0 votes
1 answer
1k views

I'm trying to develop a simple internal site for home use in React (using Vite). The only users will be members of my household and never anyone else. For this project I decided to go with GitLab ...
somethingElse's user avatar
1 vote
1 answer
1k views

I want to use GitLab Pages service, but I am unable/not willing to provide my card to enable GitLab CI, which is now restricted. How can I publish a plain html website without using any of this ...
PChemGuy's user avatar
  • 1,869
3 votes
0 answers
763 views

The GitLab Changelog API amends CHANGELOG.md with commit title and merge request information. However, it does it in a way to only work within GitLab UI (i.e., project-name@long-hash). My use case is ...
astrochun's user avatar
  • 1,782
4 votes
1 answer
5k views

I am currently setting up gitlab pages for our internal network. Now I have completed my project and the CI pipeline is working. Now I have gone through all the steps in the gitlab.rb configuration ...
JMNSTYLZ's user avatar
4 votes
1 answer
3k views

I'm willing to deploy a new version of the doc each time I commit a tag on gitlab. I'm using mike for the mkdocs versionning. I want the versionning to be handle directly on the remote repository not ...
Joy Jedidja Ndjama's user avatar
3 votes
1 answer
689 views

I've had multiple problems connecting Gitlab pages to my domain registered at Namecheap. I've tried multiple DNS configurations and none of them seem to work. I got "Failed to verify domain ...
Dan Kennedy's user avatar
0 votes
1 answer
3k views

Admob looks for this file in the root of the pages. The problem with either gitlab or github is that you can create these pages for free, but you end up having a link like this: https://accountName....
Dani's user avatar
  • 4,264
4 votes
0 answers
2k views

I am trying to create a form on Gitlab pages (only accessible to Members) and on submit I want to trigger a pipeline of another project which will use all the form values and use it as pipeline ...
IrfanAnsari's user avatar
3 votes
1 answer
204 views

I've configured the DNS for my Go Daddy domain to link to a gitlab pages URL the resources seem to be looked for at a path using the project name, which I am struggling to understand because the same ...
Link19's user avatar
  • 606
5 votes
1 answer
10k views

I'd like to insert into the README.md file a link to the project's GitLab pages URL without hardcoding it. Something like: Visit the project's [pages site]($PROJECT_NAME_PAGES_URL) instead of Visit ...
Antonio Pérez's user avatar
3 votes
1 answer
883 views

When I create a group on gitlab, I can create a repo groupname.gitlab.io that is a root folder of the site. And I can create repos such as: css, img and so on, that are subfolders of the site. How do ...
user avatar
3 votes
1 answer
2k views

I have a self-hosted GitLab instance (version 14.x). Recently I have setup GitLab pages. With my current setup (which is the standard setup as far as I can tell), GitLab pages are hosted on: http[s]://...
rveerd's user avatar
  • 4,066
2 votes
1 answer
965 views

The link to the whole project https://gitlab.com/ComplicatedPhenomenon/doubancrawler I tested the generated document on local machine, it works fine and gitlab page is as below (https://...
ComplicatedPhenomenon's user avatar
1 vote
1 answer
611 views

I have a program that allows me to automatically create a new GitLab project with the GitLab API and I would like to be able via this API to set the visibility of Pages to 'Everyone', which defaults ...
Nicolas's user avatar
  • 61
5 votes
2 answers
2k views

I can't find any guide on how to deploy a Blazor web assembly app to GitLab Pages as a static site. Has anyone managed to do so for .NET 6? I have created a sample web assembly Blazor client ...
diegosasw's user avatar
  • 16k
2 votes
1 answer
1k views

I have a private repo for which I would like to set up a staging area and have it deploy when pushing to dev branch. This is my .gitlab-ci.yml now image: alpine:latest pages: stage: deploy script:...
Leeroy's user avatar
  • 2,147
1 vote
1 answer
455 views

How do I make an HTTPS request to a GitLab page protected by OAuth2? Background: A GL repo assembles draft documentation from multiple development repos and publishes on GitLab Pages. All of this is ...
SJT's user avatar
  • 1,107
1 vote
1 answer
1k views

I am currently testing an angular app/java microservices backend, and I deployed the front on Gitlab Pages. The gitlab-ci.yml is pretty simple so far, as I'm just testing the architecture : cache: ...
FloranePlo's user avatar