Files
china-dictatorship/.gitlab-ci.yml
Ciro Santilli 542876df31 desperation 2
2021-04-28 06:00:05 +00:00

14 lines
161 B
YAML

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