This commit is contained in:
parent
3d5d39602d
commit
b066b764bc
1 changed files with 3 additions and 4 deletions
|
@ -27,10 +27,9 @@ clone:
|
|||
steps:
|
||||
# Build hugo static files
|
||||
build:
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.138
|
||||
validate: true
|
||||
image: quay.io/thegeeklab/hugo:0.136
|
||||
commands:
|
||||
- hugo --minify --panicOnWarning
|
||||
when:
|
||||
event: [pull_request, push]
|
||||
publish:
|
||||
|
|
Loading…
Reference in a new issue