Skip to content
Snippets Groups Projects
Commit 2ed0ca94 authored by Laura Cappelli's avatar Laura Cappelli
Browse files

Update .gitlab-ci.yml

parent 99047dfd
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ pages:
stage: deploy
script:
- mkdir .public
- tsc LoadFile.ts
- tsc LoadFile.ts || true
- cp -r * .public
- mv .public public
artifacts:
......
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