perrotuerto.blog/.gitlab-ci.yml

12 lines
145 B
YAML
Raw Normal View History

2022-04-04 19:49:14 -05:00
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
2022-12-07 12:39:32 -06:00
# - public
2022-04-04 19:49:14 -05:00
only:
- no-masters