Skip to content
Snippets Groups Projects
Commit f247a8ee authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

CI: Added cleaning up public folder first

parent 4bc5f222
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,8 @@ build:
pages:
stage: deploy
script:
- rm -rf public
- mkdir public
- mv build public
artifacts:
paths:
......
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