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