website/.gitlab-ci.yml
Pierre-Olivier Mercier 60f5bb4d4d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove git submodule (no submodule in this repo)
2026-01-02 11:31:28 +07:00

15 lines
231 B
YAML

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