mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-27 23:03:32 +01:00
Add .gitlab-ci.yml
This commit is contained in:
parent
c8b1170270
commit
5691b450ed
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- mkdir .public
|
||||||
|
- cp -r docs/* .public
|
||||||
|
- mv .public public
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- dev
|
Loading…
Reference in New Issue
Block a user