Modification de la config Drone
Utilisation de ce plugin : https://plugins.drone.io/plugins/hugo
This commit is contained in:
parent
6873dd0656
commit
c53ca91b56
1 changed files with 5 additions and 6 deletions
11
.drone.yml
11
.drone.yml
|
@ -1,10 +1,9 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
- name: build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.55
|
||||
validate: true
|
Loading…
Reference in a new issue