16 lines
374 B
YAML
16 lines
374 B
YAML
variables:
|
|
HUGO_ENV: production
|
|
# Blowfish theme relies heavily on these submodules
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
pages:
|
|
# Using the image that actually supports the 'try' function
|
|
image: hugomods/hugo:exts
|
|
script:
|
|
- hugo version
|
|
- hugo --gc --minify
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
rules:
|
|
- if: $CI_COMMIT_BRANCH == $CI_COMMIT_REF_NAME |