Skip to content
Snippets Groups Projects
Commit 453cb3a7 authored by Éloïs's avatar Éloïs
Browse files

ci(pages): path must be public

parent b96752a9
No related branches found
No related tags found
No related merge requests found
Pipeline #9625 passed
...@@ -12,10 +12,11 @@ pages: ...@@ -12,10 +12,11 @@ pages:
script: script:
- npm install - npm install
- npm run-script build - npm run-script build
- mv dist public
artifacts: artifacts:
untracked: true untracked: true
paths: paths:
- dist - public
allow_failure: true allow_failure: true
when: manual when: manual
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment