Files
wiki/.gitlab-ci.yml
wompmacho c9e273371c
Some checks failed
Blowfish Docs Deploy / build (push) Failing after 1m9s
Blowfish Docs Deploy / deploy (push) Has been skipped
testing no artifacts
2026-03-10 03:19:02 +00:00

16 lines
380 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