blog/.gitlab-ci.yml
Pierre-Olivier Mercier f35ab53f15
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:28 +07:00

19 lines
294 B
YAML

#
# All available Hugo versions are listed under https://gitlab.com/pages/hugo/container_registry.
#
image: hugomods/hugo:git
stages:
- build
before_script:
- git submodule init
- git submodule update
pages:
stage: build
script:
- hugo
artifacts:
paths:
- public