Added website publish config

This commit is contained in:
Arun B
2018-11-21 22:33:56 +05:30
parent 2818eeac5a
commit 50dc5d81e5

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master