Questions tagged [gitlab-pages]
127 questions
0
votes
1 answer
vue js gitlab pages deployment on sub directory
I'm deploying Vue js on GitLab pages (on subdirectory ex: /front-end/admin-dashboard), but when I open the URL I got a 404 error for assets.
this is my GitLab ci:
pages: # the job must be named pages
image: node:latest
stage: deploy
script:
…

ShaSha
- 589
- 3
- 9
- 24
0
votes
0 answers
Carry artifacts of Gitlab pages between pipelines/jobs
I am trying to generate test reports via pipeline. Html is generated and I am able to access the Gitlab page for the same. However the issue arises if a new pipeline (or even if a job) is triggered, test report is generated and the previous one…

ullas kakanadan
- 139
- 9
0
votes
0 answers
Sphinx include documents from a package
I have several projects with one repository per project. One of these repository manages a global documentation, all the others are python packages.
I would like to keep each package documentation independent (not only the module documentation but…

cglacet
- 8,873
- 4
- 45
- 60
0
votes
2 answers
Cannot access to my Svelte component name on Gitlab Pages
I'm doing a SPA in Svelte. It works locally and on Svelte REPL where the component inside the condition is shown but not when I deploy to Gitlab Pages.
# .gitlab-ci.yml
script:
- npm install
- npm run build
In my App.svelte I use a…

gengns
- 1,573
- 14
- 23
0
votes
1 answer
Tried to deploy site with html + scss to gitlab and have no idea how to do that
Everything I've tried already didn't work for me (several sites and videos on youtube). Please, link me with another useful videos or help me understand this process. I found it much easier to deploy the site to GitHub with gh-pages, but I have…

Alex Bird
- 11
- 5
0
votes
0 answers
Local install GitLab Pages - 404
I have a local installation of Gitlab-ce and I have enabled gitlab-pages using the simplest setup.
Added an A record to point to the server running Gitlab
edited /etc/gitlab/gitlab.rb to contain pages_external_url 'http://gitlab.mydomain.com'…

user3569675
- 3
- 1
0
votes
1 answer
Is there any way to get Jenkins artifacts in Gitlab pipeline?
Basically the opposite of this question: Is there any way to get Gitlab pipeline artifacts in Jenkins?
My project is built on Jenkins. It generates a JavaDoc.
I want to publish this JavaDoc as a Gitlab Pages.
So I would need my gitlab-yml to be able…

Milan
- 1,547
- 1
- 24
- 47
0
votes
1 answer
GitLab CI: deploy multiple reveal.js presentations from one repository
This question is about how to deploy multiple reveal.js presentations on GitLab pages, originating from one repository.
Summary
I'm quite new to reveal.js and playing around with integration to GitLab, deploying a presentation to GitLab pages. In…

Laenan
- 375
- 1
- 2
- 12
0
votes
1 answer
I deleted my Gitlab page, is it possible to republish it?
I was experimenting with taking my Gitlab Pages page offline and deleted it in the process. Is it possible to republish it?

curio
- 11
- 3
0
votes
0 answers
Give public access to a set of locations in a private Gitlab Pages site
I use Gitlab Pages as a private site, but I would like to grant public access on some parts of the site's content. Is there any way to configure this, besides making the whole site public ?

lsdch
- 13
- 4
0
votes
2 answers
GitLab pages URL is not what I expect
I'v been at this for ages and I can't get the gitlab.io url to be correct for my github pages.
I created a group called lodjit-public and in there I created a project called lodjit-www.gitlab.io.
I expect to be able to find the page at…

David Callanan
- 5,601
- 7
- 63
- 105
0
votes
1 answer
How to fix middleman-blog production only 404 error upon article hyperlink clickthrough
I am hosting a new blog on Gitlab Pages using the middleman-blog gem. On my local machine I have absolutely no issues. In production everything seems to work fine at first, but then after about five minutes it begins serving me a 404 error when I…

EliCash
- 95
- 1
- 9
0
votes
1 answer
GitLab pages monetization
I Hope some of you can answer some of these questions
Am I allowed to monetize my GitLab Pages website?
Am I allowed to add ads to my GitLab pages website?
Am I allowed to set up pay-per-click?
What are the limitations?
I havent found any…

Ljutgu Las
- 75
- 8
0
votes
1 answer
Why won't Jekyll Build Gitlab Pages site load without .html url ending
I am attempting to deploy a website I built using jekyll to gitlab pages. However, only the index page will load properly. All the other links need to have .html appended to the url. So
username.gitlab.io/project/
functions properly, but both…

twosheds
- 1
- 2
0
votes
1 answer
gitlab pages : special webroot for certbot challenges
I'm trying to tweak GitLab Pages (10.8.2) with the objective to have its Pages domain (example.io) TLS enabled with Let's Encrypt.
I have a working Pages setup on regular HTTP with :
pages_external_url "http://example.io"
The ideas I found on…

martin-h
- 69
- 1
- 8