website/.gitlab-ci.yml
Pierre-Olivier Mercier b7ba2f2431
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add gitlab-ci.yml for Pages
2024-01-23 13:24:47 +01:00

20 lines
319 B
YAML

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