Web-Archives-Misc/.gitlab-ci.yml

12 lines
138 B
YAML
Raw Normal View History

2023-01-15 20:48:50 +01:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- main