Fixed Spelling mistake, removed comments
This commit is contained in:
parent
f0a9bf622f
commit
7cba057221
2 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# cbrgm/drone-hugo
|
||||
|
||||
[](https://github.com/cbrgm/drone-hugo/releases)   [](https://hub.docker.com/r/cbrgm/drone-hugo/tags/)
|
||||
[](https://github.com/cbrgm/drone-hugo/releases)   [](https://hub.docker.com/r/cbrgm/drone-hugo/tags/)
|
||||
|
||||
**Automatically create static web page files using Hugo within your drone pipeline!**
|
||||
|
||||
|
|
@ -70,7 +70,7 @@ pipeline:
|
|||
hugo:
|
||||
image: cbrgm/drone-hugo:latest
|
||||
+ buildDrafts: true
|
||||
+ buildExpired: tru
|
||||
+ buildExpired: true
|
||||
+ buildFuture: true
|
||||
config: path/to/config
|
||||
content: path/to/content/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue