add public folder for static html deploy

This commit is contained in:
Syed Amir
2017-08-11 11:53:46 +08:00
parent 2674e4cb1e
commit 578c18202d
+2 -5
View File
@@ -1,11 +1,8 @@
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public