neosofia/Generate QMS PDFs
Container action that generates PDF documents from markdown using Pandoc and XeLaTeX. It is designed to run inside a GitHub Actions workflow and can also be used locally via Docker.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Markdown source directory relative to the repository root. | yes | — |
| company | Company name used in generated documents. | no | ACME CORPORATION |
| disclaimer | Disclaimer text added to generated documents. | no | This document is for internal use only. |
| watermark | Watermark text in generated PDFs. | no | Official Copy |
| website-base-dir | Base directory used when rewriting local markdown links. | no | / |
| website-base-url | Public website base URL for rewritten links. | no | — |
| sccs-base-url | Source control commit URL prefix for changelog links. | no | — |
| logo-path | Path to the logo file to use on the title page. | no | — |
Outputs
no outputs