add gitlab-ci file
This commit is contained in:
parent
229aa63d69
commit
2a2e524f21
1 changed files with 6 additions and 0 deletions
6
.gitlab-ci.yml
Normal file
6
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
pages:
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- site
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Reference in a new issue