2020-09-19 15:54:49 +02:00
|
|
|
# This file is a template, and might need editing before it works on your project.
|
|
|
|
---
|
|
|
|
# All available Hugo versions are listed here:
|
|
|
|
# https://gitlab.com/pages/hugo/container_registry
|
|
|
|
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
2020-09-19 14:11:34 +02:00
|
|
|
|
|
|
|
variables:
|
|
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
|
2020-09-19 15:54:49 +02:00
|
|
|
test:
|
|
|
|
script:
|
|
|
|
- hugo
|
|
|
|
except:
|
|
|
|
- master
|
|
|
|
|
2020-09-19 14:11:34 +02:00
|
|
|
pages:
|
|
|
|
script:
|
2020-09-19 15:54:49 +02:00
|
|
|
- hugo
|
2020-09-19 14:11:34 +02:00
|
|
|
artifacts:
|
|
|
|
paths:
|
2020-09-19 15:54:49 +02:00
|
|
|
- public
|
2020-09-19 14:11:34 +02:00
|
|
|
only:
|
2020-09-19 15:54:49 +02:00
|
|
|
- master
|