Files
china-dictatorship/.gitlab-ci.yml
Ciro Santilli c52acd518f again
2021-04-28 11:00:10 +00:00

13 lines
145 B
YAML

image: alpine:latest
pages:
stage: deploy
script:
- ls
artifacts:
paths:
- index.html
expire_in: 1 day
only:
- gh-pages