mdtabeditor/.gitlab-ci.yml

11 lines
138 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:
2023-10-19 06:05:13 +00:00
- public
2023-10-19 04:46:45 +00:00
only:
- master