Files
wiki/.gitlab-ci.yml
2026-03-10 03:11:22 +00:00

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