Delete .gitlab-ci.yml

This commit is contained in:
Kuoi 2022-07-29 22:23:18 +01:00 committed by GitHub
parent 51ea684138
commit 59ea49caca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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