Commit 818ad44e authored by Paul Spooren's avatar Paul Spooren

Update Hugo.gitlab-ci.yml

The previous docker image used Hugo 0.54 and is no longer compatible
with a number of themes.
Signed-off-by: default avatarPaul Spooren <mail@aparcar.org>
parent 357b9ec5
# Full project: https://gitlab.com/pages/hugo
image: dettmering/hugo-build
---
# 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:
......@@ -9,9 +20,3 @@ pages:
- public
only:
- master
test:
script:
- hugo
except:
- master
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment