Remove GitLab CI
1 files changed, 0 insertions(+), 23 deletions(-) D .gitlab-ci.yml
D .gitlab-ci.yml => .gitlab-ci.yml +0 -23
@@ 1,23 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 before_script: - apk add --update --no-cache git test: script: - hugo except: - master pages: script: - hugo artifacts: paths: - public only: - master