Update .gitlab-ci.yml
This commit is contained in:
parent
04d50b8d5c
commit
041e9cb95c
@ -3,9 +3,10 @@ image: alpine:latest
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- echo 'Nothing to do...'
|
- mkdir public
|
||||||
|
- cp -r ./ public/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
Loading…
Reference in New Issue
Block a user