Update .gitlab-ci.yml

This commit is contained in:
Klaus-Uwe Mitterer 2017-02-16 21:08:17 +01:00
parent a4bd34427c
commit 6c84f66878

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:
- gh-pages
- master