Files
lespiedsdanslecode/.gitlab-ci.yml
T
2020-02-11 22:46:07 +01:00

12 lines
142 B
YAML

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