Move index.html to simplify .gitlab-ci.yml

This commit is contained in:
winniehell 2016-07-12 18:47:54 +02:00
parent ceb3785a5a
commit 86c71e1015
3 changed files with 3 additions and 7 deletions

View File

@ -1,11 +1,9 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master
- master

View File

@ -29,9 +29,7 @@ defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public