yude-moe/.gitlab-ci.yml

11 lines
139 B
YAML
Raw Normal View History

2020-09-06 07:26:52 +09:00
image: alpine:latest
pages:
stage: deploy
script:
2020-09-06 14:22:08 +09:00
- echo "Nothing to do here."
2020-09-06 07:26:52 +09:00
artifacts:
paths:
2020-09-07 06:56:47 +09:00
- docs
2020-09-06 07:26:52 +09:00
only:
- master