mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-21 18:13:30 +01:00
readme cleanup
This commit is contained in:
parent
6446152ed3
commit
b190def36f
1 changed files with 5 additions and 3 deletions
|
@ -25,13 +25,15 @@ steps:
|
||||||
- "**/*.md"
|
- "**/*.md"
|
||||||
dest: Uploads/CoolMarkdownFiles # the destination directory
|
dest: Uploads/CoolMarkdownFiles # the destination directory
|
||||||
|
|
||||||
# optional settings
|
# optional retention settings, useful if old builds should be deleted automatically
|
||||||
|
retentionamount: 7 # amount of children that retentionbase is allowed to have before oldest ones are deleted on upload
|
||||||
|
retentionbase: Uploads # directory that the retentionamount applies to
|
||||||
|
|
||||||
|
# misc optional settings
|
||||||
basedir: "." # local base directory for files, defaults to .
|
basedir: "." # local base directory for files, defaults to .
|
||||||
chunksize: # chunk size in bytes, defaults to 10485760, or 10 MiB
|
chunksize: # chunk size in bytes, defaults to 10485760, or 10 MiB
|
||||||
quiet: false # whether to reduce output
|
quiet: false # whether to reduce output
|
||||||
tags: # a set of tags to apply to uploaded files, tag is expected to already exist
|
tags: # a set of tags to apply to uploaded files, tag is expected to already exist
|
||||||
- mytag
|
- mytag
|
||||||
flatten: false # whether to flatten directories, causing all files to be placed directly in dest
|
flatten: false # whether to flatten directories, causing all files to be placed directly in dest
|
||||||
retentionamount: 7 # amount of children that retentionbase is allowed to have before oldest ones are deleted on upload
|
|
||||||
retentionbase: Uploads # directory that the retentionamount applies to
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue