All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
20 lines
312 B
YAML
20 lines
312 B
YAML
when:
|
|
event:
|
|
- push
|
|
- tag
|
|
- cron
|
|
|
|
clone:
|
|
git:
|
|
image: woodpeckerci/plugin-git
|
|
settings:
|
|
recursive: true
|
|
|
|
steps:
|
|
- name: build
|
|
image: hugomods/hugo:base
|
|
commands:
|
|
- hugo
|
|
- cp public/en/404.html public/404.html
|
|
environment:
|
|
HUGO_ENVIRONMENT: production
|