Commit 3921e1d2 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'patch-39' into 'master'

Update Hugo.gitlab-ci.yml template

See merge request gitlab-org/gitlab!20741
parents 8d995986 818ad44e
# 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