DOC: gitlab ci

master
U~man 2020-07-18 10:22:43 +02:00
parent efe59c4e87
commit bb0996194d
1 changed files with 11 additions and 0 deletions

11
.gitlab.ci.yml Normal file
View File

@ -0,0 +1,11 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mv .public public
artifacts:
paths:
- public
only:
- development