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:
|
||||
- name: build-draft
|
||||
image: plugins/hugo
|
||||
image: klakegg/hugo:0.53-alpine
|
||||
pull: always
|
||||
settings:
|
||||
hugoVersion: 0.53
|
||||
validate: true
|
||||
buildDrafts: true
|
||||
buildExpired: true
|
||||
buildFuture: true
|
||||
theme: geeklab
|
||||
commands:
|
||||
- hugo --buildDrafts --buildExpired --buildFuture
|
||||
when:
|
||||
branch: [ draft ]
|
||||
event: [ push ]
|
||||
|
Reference in New Issue
Block a user