unity-towers-of-hanoi/.gitlab-ci.yml

10 lines
110 B
YAML
Raw Permalink Normal View History

2019-10-18 19:38:14 +00:00
pages:
stage: deploy
script:
- echo pages
artifacts:
paths:
- public
only:
- master