Update .gitlab-ci.yml
This commit is contained in:
parent
a4bd34427c
commit
6c84f66878
1 changed files with 4 additions and 2 deletions
|
@ -3,9 +3,11 @@ image: alpine:latest
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- echo 'Nothing to do...'
|
- mkdir .public
|
||||||
|
- cp -r * .public
|
||||||
|
- mv .public public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
only:
|
only:
|
||||||
- gh-pages
|
- master
|
Loading…
Reference in a new issue