Questions tagged [gitlab-pages]

127 questions
2
votes
0 answers

Gitlab Template Plain HTML Not Working After Deployed Pipeline

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 example that I get from: Plain HTML site using…
Kai
  • 21
  • 1
2
votes
1 answer

Flutter web not loading on Gitlab Pages

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 passed and the artifact is in public. I'm new to web…
Son Nguyen
  • 1,124
  • 2
  • 10
  • 24
2
votes
1 answer

How to activate Gitlab Pages Properly?

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 via the gitlab docs but still I can't get gitlab…
JMNSTYLZ
  • 41
  • 5
2
votes
1 answer

Auto deploy mkdocs with versionning using mike on gitlab pages

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 locally. Locally, I perfom my changes but each…
2
votes
1 answer

Link to project's GitLab pages from README

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 the project's [pages…
Antonio Pérez
  • 6,702
  • 4
  • 36
  • 61
2
votes
1 answer

gitlab-page for sphinx project is not working as expected

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.gitlab.io/doubancrawler/api.html) Is…
ComplicatedPhenomenon
  • 4,055
  • 2
  • 18
  • 45
2
votes
4 answers

Host multiple test reports with gitlab pages

We have a test suite in our gitlab pipeline which produces Allure test reports. To make these results available after the test, we currently publish the results to artifacts and have an allure serve running which makes them available over a…
kolaente
  • 1,252
  • 9
  • 22
2
votes
1 answer

NextJS SSG on Gitlab Pages, getting 503?

I recently updated my personal website (using Gitlab Pages from Gitlab.com) using a NextJS SSG project, that you can see here. As I’m close to complete the job (everything works fine), I checked my SEO on GT Metrix and Twitter Card Validator… with…
soykje
  • 189
  • 2
  • 16
2
votes
2 answers

Is it possible to create gitlab-pages per branch

I have a vanilla JavaScript application that I host on GitLab Pages. Recently, I have been making changes and bug fixes that have been breaking the site, and I haven't noticed until already having pushed the changes. In an effort to reduce user…
Jefferey Cave
  • 2,507
  • 1
  • 27
  • 46
2
votes
0 answers

Connect GitLab Page with GoDaddy Domain

How can I connect my GoDaddy Domain https://baharalidurrani.me with my GitLab Pages https://baharalidurrani.gitlab.io/domain Also guide me about the naked domain and www domain. Please explain me the following DNS related Terms: NAMESERVER, A,…
Dürrani
  • 950
  • 12
  • 21
2
votes
1 answer

Gitlab Pages throw 404 when accessed

I have a group project with the following name (hosted in Gitlab): gitlab.com/my-group/my-project. I have generated coverage reports during testing and saved them as artifacts using Gitlab CI. Here is Gitlab CI config: test: stage: test image:…
Gasim
  • 7,615
  • 14
  • 64
  • 131
2
votes
1 answer

How can I deploy GitLab pages in a subdirectory?

I have a repo like this: App // app source code Website // website source code, where my GitLab pages are What I'd like is when i run .gitlab-ci.yml, it deploys all the files in the Website directory. Right now, I get errors when it tries to…
pazogehov
  • 21
  • 1
  • 2
2
votes
0 answers

How can I enable "Add New Domain" button in GitLab Pages as an Administrator? Is there an existing configuration from Admin panel?

I want to add custom domains for GitLab Pages. I don't see any existing configuration from Gitlab admin settings panel. I am seeing this message: "Support for domains and certificates is disabled. Ask your system's administrator to enable it." Have…
2
votes
1 answer

How to fix internal link issues when publishing a Docusaurus site on GitLab pages

In my Docusaurus project my internal links work on my local environment, but when I push to GitLab they no longer work. Instead of replacing the original doc title with the new one it adds it to the url at the end…
2
votes
1 answer

React-Router: Gitlab-pages show 404 error on refreshing

Im new to react and gitlab pages hosting and im currently hosting my first app on gitlab-pages. Few days ago i added react-router-dom to navigate between specific pages/routes. The routing works fine, but when i try to refresh any page on gitlab…
Alex
  • 132
  • 1
  • 4
  • 21
1 2
3
8 9