Add gitlab ci config

This commit is contained in:
2020-04-20 00:42:51 +02:00
parent 2a142504a5
commit 9a15320748
+11
View File
@@ -0,0 +1,11 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- docs
only:
- master