khalilgibrotha/Build DOCX Documents
Batch render Markdown documentation to styled DOCX files using docx-build-all. Reads docx-build.yml from the calling repository to determine which folders to scan.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to docx-build.yml config file | no | docx-build.yml |
| org | Path to org identity YAML file (overrides the 'org' key in docx-build.yml if both are set). Use this to inject org credentials from a secret at call time without committing them to the content repo. | no | "" |
| force | Re-render all documents regardless of version or status match | no | false |
| report-file | Write the build report to this path in addition to stdout | no | "" |
Outputs
| name | description |
|---|---|
| rendered | Number of documents rendered in this run |
| skipped | Number of documents skipped (already up to date) |
| failed | Number of documents that failed to render |