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
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue