Work on website

This commit is contained in:
Miloslav Číž 2020-07-19 00:03:29 +02:00
parent 9d63352eca
commit f7df9036e3
2 changed files with 9 additions and 0 deletions

9
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,9 @@
pages:
stage: deploy
script:
- cp index.html public
artifacts:
paths:
- public
only:
- master