Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit ada3c62e authored by Rémi's avatar Rémi
Browse files

feat: baseURL

parent 8089cd00
No related branches found
No related tags found
No related merge requests found
Pipeline #9208 passed
...@@ -13,7 +13,6 @@ stages: ...@@ -13,7 +13,6 @@ stages:
test: test:
stage: test stage: test
script: script:
- env | sort
- hugo -D -v - hugo -D -v
artifacts: artifacts:
paths: paths:
...@@ -24,8 +23,7 @@ test: ...@@ -24,8 +23,7 @@ test:
pages: pages:
stage: validate stage: validate
script: script:
- env | sort - hugo -v --environment staging --baseURL ${CI_PAGES_URL}
- hugo -v --environment staging
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment