Skip to content
Snippets Groups Projects
Commit 41ebd1b3 authored by Quentin Bolsee's avatar Quentin Bolsee
Browse files

Update file .gitlab-ci.yml

parent da449695
No related branches found
No related tags found
No related merge requests found
Pipeline #29133 passed
......@@ -9,8 +9,7 @@ pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
- mkdir .public
- cp -r ./dist .public
- cp -a dist/. .public
- rm -rf public
- mv .public public
- ls 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