Skip to content
Snippets Groups Projects
Commit f535694d authored by Griefed's avatar Griefed :joystick:
Browse files

Update .gitlab-ci.yml file

parent dfdd1b83
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,10 @@ pages: ...@@ -53,10 +53,10 @@ pages:
before_script: before_script:
- npm install - npm install
- rm -Rf dist - rm -Rf dist
- rm -rf public
script: script:
- quasar build - quasar build
- mkdir public - mv dist/spa public
- cp -Rf dist/spa/* public/
artifacts: artifacts:
paths: paths:
- public - public
......
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