particles/.gitlab-ci.yml
2022-01-28 21:57:09 +01:00

12 lines
139 B
YAML

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