particles/.gitlab-ci.yml

12 lines
139 B
YAML
Raw Normal View History

2022-01-28 20:57:09 +00:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master