Add deploy to gitlab pages

This commit is contained in:
Marcel Schwarz 2020-10-18 15:44:33 +02:00
parent be63365a7f
commit ebd1c2102e
4 changed files with 10 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,10 @@
image: ubuntu:20.04
pages:
script:
- echo "Deploy to Pages"
- mkdir public
- cp -R projects public
artifacts:
paths:
- public