Delete .gitlab-ci.yml

This commit is contained in:
Gregan 2021-07-30 20:42:41 +00:00
parent 3e35c6c4a8
commit 23a6b7db8d

View File

@ -1,20 +0,0 @@
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
image: registry.gitlab.com/pages/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
script:
- hugo
except:
- master
pages:
script:
- hugo
artifacts:
paths:
- public
only:
- master