mdtabeditor/.gitlab-ci.yml

11 lines
138 B
YAML

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