Compare commits

...

1 commit

Author SHA1 Message Date
Achilleas Pipinellis
0befecfb8f Use an example to host from the root dir 2016-09-16 07:09:59 +00:00

View file

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