This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
klpp/.gitlab-ci.yml
2024-03-20 09:23:37 -05:00

12 lines
160 B
YAML

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