kwshi/latexmk-release
Builds & releases LaTeX PDFs using latexmk
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tag | Release name | yes | latexmk-latest |
| token | GitHub repository authentication token | yes | ${{ github.token }} |
| paths | Newline-separated list of glob-paths to LaTeX source files | yes | — |
| engine | LaTeX engine backend to use (one of `lualatex`, `xelatex`, `pdflatex`) | no | pdflatex |
| out | LaTeX build output directory | no | . |
| texinputs | Additional TEXINPUTS search paths (newline-separated path list) | no | "" |
| shell | Whether to enable shell-escape during compilation | no | false |
| args | Additional arguments to pass to `latexmk` call | no | "" |
Outputs
no outputs