myblogsgl/.gitlab-ci.yml
2021-07-18 13:33:32 +08:00

13 lines
160 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
expire_in: 1 day
only:
- master