mdtabeditor/.gitlab-ci.yml

11 lines
133 B
YAML

image: busybox
pages:
stage: deploy
script: "true"
artifacts:
paths:
- .
only:
- master