Skip to content
Snippets Groups Projects

Fix URLs on forked projects by setting baseURL

Merged Emanuele Aina requested to merge em/apertis-website:master into master
+ 3
4
@@ -11,8 +11,7 @@ stages:
- generate-html
- generate-pdf
#test-html:
pages:
test-html:
image: registry.gitlab.com/pages/hugo:0.62.2
stage: generate-html
script:
@@ -35,12 +34,12 @@ pages:
paths:
- public
.test-pdf:
test-pdf:
extends: .gen-pdf
except:
- master
.pages:
pages:
extends: .gen-pdf
only:
- master
Loading