Questions tagged [gitlab-pages]

127 questions
5
votes
2 answers

Change the URL of a renamed GitLab Pages repo

I have a Gitlab Pages project site hosted as my.gitlab.io/old. I rename the project repo to new. When I push again, it still publishes to my.gitlab.io/old. How do I change it to my.gitlab.io/new?
user341554
  • 569
  • 2
  • 8
  • 16
4
votes
1 answer

GitLab: How to open private job artifacts directly via browser

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 view the test results in the browser. The…
juLeZ90
  • 71
  • 5
4
votes
1 answer

Gitlab Pages 401

I’ve added my custom domain to gitlab pages with no issues, now I want to also add the www. subdomain but it keeps failing to verify. If you try to load the url gives 401. The txt record is there for the www subdomain is there and I’ve waited a…
vale
  • 1,376
  • 11
  • 25
3
votes
0 answers

Gitlab Changelog API: Writing CHANGELOG that works with GitLab Pages

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 to also publish the CHANGELOG.md using mkdocs…
astrochun
  • 1,642
  • 2
  • 7
  • 18
3
votes
0 answers

Using Gitlab Pages to trigger another projects pipeline

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 variables. I used Hugo template to create the Gitlab…
3
votes
1 answer

Using Go Daddy domain with Gitlab pages is causing my resources to be referenced with the wrong path

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 thing works when using the gitlab…
Link19
  • 586
  • 1
  • 18
  • 47
3
votes
2 answers

How to deploy Blazor WebAssembly as static site in GitLab Pages

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
  • 13,734
  • 16
  • 95
  • 159
3
votes
0 answers

artifacts for pages are too large in gitlab

I am trying to enable gitlab pages with 100 MB size, but pages:deploy job is failing with error message of " pages:deploy - artifacts for pages are too large. I have increased pages artifact size to 2048 MB in admin > settings > preferences > pages…
kaka
  • 143
  • 1
  • 4
  • 13
3
votes
1 answer

Pass data between Gitlab pipelines

I need to pass the folders generated in one pipeline to the next pipeline in Gitlab CI. What are the possible ways? Is it possible through just Artifacts? Can we only achieve it through cache? If by Cache, is there any expiry that we can set in…
3
votes
1 answer

How to get graphs to render in Mermaid + Jekyll / GitLab Pages?

I have a GitLab Pages project and trying to render graphs using Mermaid. In the head.html I included this line ... And then placed the mermaid.js…
Ender
  • 1,652
  • 2
  • 25
  • 50
3
votes
1 answer

How does Gitlab's "pages" job work internally?

I have a Gitlab project like this (.gitlab-ci.yml): # Sub-jobs listed as comments stages: - check-in-tests # shellcheck # pylint # unit-tests - several-other-things # foo # bar # baz - release #…
Alex Jansen
  • 1,455
  • 5
  • 18
  • 34
3
votes
1 answer

Securing GitLab Pages with Let's Encrypt gets 404

I am following this tutorial https://about.gitlab.com/2016/04/11/tutorial-securing-your-gitlab-pages-with-tls-and-letsencrypt/ Next step instructions are: Make sure your web server displays the following content…
yong ho
  • 3,892
  • 9
  • 40
  • 81
3
votes
1 answer

Custom domain gitlab pages

I have hosted a website with gitlab pages which I can access at gpecchio.gitlab.io/BeCall. However, I also bought the domain becall.io and I wanted to use this domain and not the gitlab one. I tried to follow the documentation but I can't quite…
GPecchio
  • 303
  • 1
  • 5
  • 16
2
votes
1 answer

Access and display a gitlab username on a private gitlab pages hosted website

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 markdown files. Some of the info on the site…
2
votes
0 answers

Gitlab Pages and cookies

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 the EU, I have to add a cookie Banner if…
Nathan
  • 7,099
  • 14
  • 61
  • 125
1
2
3
8 9