This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
AAK-Cont/.gitlab-ci.yml
2017-05-24 03:38:28 +00:00

10 lines
126 B
YAML

pages:
stage: deploy
script:
- echo "There is nothing to do..."
artifacts:
paths:
- public
only:
- master