Use hugomods/hugo for local build too
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2026-01-02 11:43:34 +07:00
commit 1b2a7005b8

View file

@ -11,7 +11,10 @@ clone:
recursive: true
steps:
build:
image: registry.nemunai.re/plugins/hugo
settings:
hugo_version: 0.144.2
- name: build
image: hugomods/hugo:base
commands:
- hugo
- cp public/en/404.html public/404.html
environment:
HUGO_ENVIRONMENT: production