Delete .gitlab-ci.yml

This commit is contained in:
Phuntsok Drak-pa 2018-11-29 14:52:16 +00:00
parent 6267908ce4
commit 003026138e
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master