Setup GitLab Pages
This commit is contained in:
parent
d659280fd3
commit
04d50b8d5c
11
.gitlab-ci.yml
Normal file
11
.gitlab-ci.yml
Normal file
@ -0,0 +1,11 @@
|
||||
image: alpine:latest
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
script:
|
||||
- echo 'Nothing to do...'
|
||||
artifacts:
|
||||
paths:
|
||||
- ./
|
||||
only:
|
||||
- master
|
Loading…
Reference in New Issue
Block a user