Add GitLab pages

This commit is contained in:
octycs 2020-12-22 18:55:56 +01:00
parent 11f9e725da
commit 00428b6c3b
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master