add gitlab ci file for gitlab pages hosting

This commit is contained in:
Martin Stadler
2019-12-08 14:12:20 +01:00
parent 4c33668758
commit 212797ddf7
+10
View File
@@ -0,0 +1,10 @@
pages:
stage: deploy
script:
# still we need a script for this file to be valid
- echo "Gitlab Pages with no deploy step needed"
artifacts:
paths:
- public
only:
- master