10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-01 10:55:18 +02:00

Add .gitlab-ci.yml

This commit is contained in:
Anthony Scemama 2021-01-01 16:19:08 +00:00
parent c8b1170270
commit 5691b450ed

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r docs/* .public
- mv .public public
artifacts:
paths:
- public
only:
- dev