12 lines
137 B
YAML
12 lines
137 B
YAML
|
image: alpine:latest
|
||
|
|
||
|
pages:
|
||
|
stage: deploy
|
||
|
script:
|
||
|
- echo 'Nothing to do...'
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- public
|
||
|
only:
|
||
|
- main
|