Files
wiki/.gitlab-ci.yml

15 lines
298 B
YAML

variables:
HUGO_ENV: production
GIT_SUBMODULE_STRATEGY: recursive
pages:
# The new official standard image for Hugo extended
image: hugomods/hugo:exts
script:
- hugo version
- hugo
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_COMMIT_REF_NAME