Skip to content
Snippets Groups Projects
Commit b1eec709 authored by James Tharpe's avatar James Tharpe
Browse files

Fix build base url

parent b3f0dd77
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@ build:
stage: build
script:
- npm install
- npm run build
- npm run build -- --prefix-paths ${CI_PAGES_URL}
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment