This commit is contained in:
parent
fc87737dc9
commit
668526e02b
25
.drone.yml
25
.drone.yml
@ -1,3 +1,15 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: plugins/hugo
|
||||||
|
settings:
|
||||||
|
validate: true
|
||||||
|
pull: always
|
||||||
|
source: blog/
|
||||||
|
|
||||||
# kind: pipeline
|
# kind: pipeline
|
||||||
# name: default
|
# name: default
|
||||||
|
|
||||||
@ -9,15 +21,4 @@
|
|||||||
# pull: always
|
# pull: always
|
||||||
# validate: true
|
# validate: true
|
||||||
# config: blog/config.toml
|
# config: blog/config.toml
|
||||||
# theme: /drone/src/blog/themes
|
# theme: /drone/src/blog/themes
|
||||||
---
|
|
||||||
kind: pipeline
|
|
||||||
type: docker
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: test
|
|
||||||
image: plugins/hugo
|
|
||||||
settings:
|
|
||||||
validate: true
|
|
||||||
pull: always
|
|
||||||
source: blog/
|
|
Loading…
x
Reference in New Issue
Block a user