Files
siarp.de/.gitlab-ci.yml
2019-12-08 14:15:57 +01:00

11 lines
197 B
YAML

pages:
stage: deploy
script:
# still we need a script for this file to be valid
- echo "Gitlab Pages with no deploy step needed"
artifacts:
paths:
- public
only:
- master