Delete .gitlab-ci.yml

This commit is contained in:
i.j 2021-04-06 18:13:30 +00:00
parent d2c6190297
commit 12b3c6b29b

View File

@ -1,11 +0,0 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- master