help/.gitlab-ci.yml
Pierre-Olivier Mercier 77614608b7
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Update base image as registry.gitlab.com/pages/hugo/hugo deprecation
2026-01-02 11:36:40 +07:00

22 lines
407 B
YAML

#
# All available Hugo versions are listed under https://gitlab.com/pages/hugo/container_registry.
#
image: hugomods/hugo:git
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
pages:
stage: build
script:
- hugo
- cp public/en/404.html public/404.html
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment: production