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

Update .gitlab-ci.yml

parent e1eeef0d
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ pages:
stage: deploy
script:
- mkdir .public
- tsc LoadFile.ts || true
- tsc --target es2017 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