sitoctt-assets/.gitlab-ci.yml

12 lines
137 B
YAML
Raw Normal View History

2022-05-22 15:24:02 +02:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- main