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:
before_script:
- npm install
- rm -Rf dist
- rm -rf public
script:
- quasar build
- mkdir public
- cp -Rf dist/spa/* public/
- mv dist/spa public
artifacts:
paths:
- 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