actions-marketplace-validations/Setup TeX Live
GHA action to setup TeX Live
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| profile-path | File path of a tlmgr profile. The default is a `scheme-infraonly` with no documentation or source files. You use it as a starting point, see https://github.com/paolobrasolin/setup-texlive-action/blob/main/texlive.profile | no | ${{ github.action_path }}${{ runner.os == 'Windows' && '\' || '/'}}texlive.profile |
| packages-path | File path of a package list (plain text, one per line). The default is an empty file. | no | ${{ github.action_path }}${{ runner.os == 'Windows' && '\' || '/'}}texlive.packages |
| cache-key | The unique key to use for cache storage and retrieval. The default is `texlive`. | no | texlive |
| cache-enabled | Option to disable caching. Default is `false`. | no | true |
| installation-path | Path where TeX Live will be installed. The default `texlive`, inside the runner's tool cache path. | no | ${{ runner.tool_cache }}${{ runner.os == 'Windows' && '\' || '/'}}texlive |
Outputs
no outputs