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