OctoSpaccHub/.gitlab-ci.yml
2020-10-30 16:56:51 +00:00

12 lines
139 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master