mdtabeditor/.gitlab-ci.yml

11 lines
133 B
YAML
Raw Normal View History

2023-10-19 06:03:12 +00:00
image: busybox
2023-10-19 04:46:45 +00:00
pages:
stage: deploy
2023-10-19 06:03:12 +00:00
script: "true"
2023-10-19 04:46:45 +00:00
artifacts:
paths:
- .
only:
- master