add example usage in Drone Pipeline and link to full (future) docs
This commit is contained in:
parent
f0b2c8cf67
commit
efba62069f
14
README.md
14
README.md
@ -38,3 +38,17 @@ docker run --rm \
|
|||||||
-w $(pwd) \
|
-w $(pwd) \
|
||||||
plugins/hugo:latest
|
plugins/hugo:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Usage in Drone
|
||||||
|
|
||||||
|
Put the following in your .drone.yml file:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
pipeline:
|
||||||
|
hugo:
|
||||||
|
image: plugins/hugo:latest
|
||||||
|
validate: true
|
||||||
|
```
|
||||||
|
|
||||||
|
[Drone Plugin documentation](http://plugins.drone.io/drone-plugins/drone-hugo/)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user