16 lines
253 B
YAML
16 lines
253 B
YAML
#
|
|
# All available Hugo versions are listed under https://gitlab.com/pages/hugo/container_registry.
|
|
#
|
|
image: hugomods/hugo:node-non-root
|
|
|
|
stages:
|
|
- build
|
|
|
|
pages:
|
|
stage: build
|
|
script:
|
|
- npm ci
|
|
- hugo
|
|
artifacts:
|
|
paths:
|
|
- public
|