Actualiser .drone.yml
This commit is contained in:
parent
5b7b2f5483
commit
d7653dbc98
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -8,3 +9,4 @@ steps:
|
||||||
hugo_version: 0.55
|
hugo_version: 0.55
|
||||||
config: path/hugo.toml
|
config: path/hugo.toml
|
||||||
validate: true
|
validate: true
|
||||||
|
|
Loading…
Reference in a new issue