Use hugomods/hugo for local build too
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
77614608b7
commit
1b2a7005b8
1 changed files with 7 additions and 4 deletions
|
|
@ -11,7 +11,10 @@ clone:
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
- name: build
|
||||||
image: registry.nemunai.re/plugins/hugo
|
image: hugomods/hugo:base
|
||||||
settings:
|
commands:
|
||||||
hugo_version: 0.144.2
|
- hugo
|
||||||
|
- cp public/en/404.html public/404.html
|
||||||
|
environment:
|
||||||
|
HUGO_ENVIRONMENT: production
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue