mirror of
https://gitlab.com/octospacc/Web-Archives-Misc
synced 2024-12-09 14:55:58 +01:00
12 lines
138 B
YAML
12 lines
138 B
YAML
image: alpine:latest
|
|
|
|
pages:
|
|
stage: deploy
|
|
script:
|
|
- echo 'Nothing to do...'
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- main
|