Delete .gitlab-ci.yml

This commit is contained in:
gameloader 2022-03-11 01:18:42 +00:00
parent 75d590210d
commit 0776a1ef5a

View File

@ -1,13 +0,0 @@
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH