Delete .gitlab-ci.yml

This commit is contained in:
Leon Vatthauer 2023-09-11 11:58:24 +00:00
parent 49e4a0b75b
commit 0b8d982a46

View file

@ -1,11 +0,0 @@
image: busybox
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH