"examples/vscode:/vscode.git/clone" did not exist on "ca26022c17ec777c599fca1adae28645a4b0ac05"
Commit b1eec709 authored by James Tharpe's avatar James Tharpe
Browse files

Fix build base url

parent b3f0dd77
...@@ -7,7 +7,7 @@ build: ...@@ -7,7 +7,7 @@ build:
stage: build stage: build
script: script:
- npm install - npm install
- npm run build - npm run build -- --prefix-paths ${CI_PAGES_URL}
artifacts: artifacts:
paths: paths:
- public - public
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment