getch/.gitlab-ci.yml

12 lines
236 B
YAML
Raw Normal View History

2021-01-01 12:35:37 -08:00
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
pages:
stage: deploy
2021-01-01 12:36:36 -08:00
script:
2021-01-01 12:36:47 -08:00
- ls
2021-01-01 12:35:37 -08:00
artifacts:
paths:
- public
only:
- pages