al_hugo_run_binary
Categories:
al_hugo_run_binary
load("@com_alwaldend_src//bzl/rules/hugo:al_hugo_run_binary.bzl", "al_hugo_run_binary")
al_hugo_run_binary(name, outs, arguments, hugo, out_dirs)
Run hugo binary as a build action
ATTRIBUTES
| Name | Description | Type | Mandatory | Default |
|---|---|---|---|---|
| name | A unique name for this target. | Name | required | |
| outs | Output files | List of labels; nonconfigurable | optional | [] |
| arguments | Hugo arguments | List of strings | optional | [] |
| hugo | Hugo binary to use | Label | required | |
| out_dirs | Output directories | List of strings | optional | [] |