Delete .gitlab-ci.yml

This commit is contained in:
Spencer Flagg 2023-07-03 12:30:27 +00:00
parent 2e0dd521b4
commit a51d792524

View file

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