use hugo image instead of plugin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a89f62dbd4
commit
12ff913209
11
.drone.yml
11
.drone.yml
@ -4,15 +4,10 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build-draft
|
- name: build-draft
|
||||||
image: plugins/hugo
|
image: klakegg/hugo:0.53-alpine
|
||||||
pull: always
|
pull: always
|
||||||
settings:
|
commands:
|
||||||
hugoVersion: 0.53
|
- hugo --buildDrafts --buildExpired --buildFuture
|
||||||
validate: true
|
|
||||||
buildDrafts: true
|
|
||||||
buildExpired: true
|
|
||||||
buildFuture: true
|
|
||||||
theme: geeklab
|
|
||||||
when:
|
when:
|
||||||
branch: [ draft ]
|
branch: [ draft ]
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
|
Reference in New Issue
Block a user