Skip to content
Snippets Groups Projects
Commit b830d6a8 authored by Damian Romano Haj-Houssin's avatar Damian Romano Haj-Houssin
Browse files

Fixed wrong public folder for gitlab pages after new building routine.

parent eff10027
No related branches found
No related tags found
No related merge requests found
Pipeline #23818 passed
......@@ -6,10 +6,12 @@ before_script:
pages:
script:
- npm run build
pages: true
artifacts:
paths:
# The folder that contains the files to be exposed at the Page URL
- public
- dist
publish: dist
rules:
# This ensures that only pushes to the default branch will trigger
# a pages deploy
......
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