1
Fork 0
This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
legacy-slides-index/.gitlab-ci.yml
2022-10-08 16:14:30 +01:00

11 lines
141 B
YAML

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