Skip to content
Snippets Groups Projects
Commit e08a48c0 authored by Jonas Gröger's avatar Jonas Gröger :palm_tree:
Browse files

Update .gitlab-ci.yml file

parent 402c42a7
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ build:
- apk add git
- yarn
script:
- export DOCUSAURUS_BASE_URL="/fit-connect/" && [[ "$CI_COMMIT_REF_NAME" != "main" ]] && export DOCUSAURUS_BASE_URL="/fit-connect/$CI_COMMIT_REF_SLUG/"
- export DOCUSAURUS_BASE_URL="/" && [[ "$CI_COMMIT_REF_NAME" != "main" ]] && export DOCUSAURUS_BASE_URL="/fit-connect/$CI_COMMIT_REF_SLUG/"
- yarn build
artifacts:
expose_as: 'Built Documentation'
......
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