Added website content and CI config files

This commit is contained in:
smileomi18
2018-11-23 11:38:57 +05:30
commit f76cb14210
158 changed files with 39635 additions and 0 deletions

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