actions-marketplace-validations/Setup TeX Live

GHA action to setup TeX Live

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
profile-pathFile 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.profileno${{ github.action_path }}${{ runner.os == 'Windows' && '\' || '/'}}texlive.profile
packages-pathFile 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-keyThe unique key to use for cache storage and retrieval. The default is `texlive`.notexlive
cache-enabledOption to disable caching. Default is `false`.notrue
installation-pathPath where TeX Live will be installed. The default `texlive`, inside the runner's tool cache path.no${{ runner.tool_cache }}${{ runner.os == 'Windows' && '\' || '/'}}texlive

no outputs