tex-live/Setup TeXLive Action 2

A GitHub Action to set up TeX Live.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cacheEnable caching for `TEXDIR`.notrue
package-fileGlob patterns for specifying files containing the names of TeX packages to be installed. The file format should be the same as the syntax for the `packages` input. The `DEPENDS.txt` format is also supported.no""
packagesSpecify the names of TeX packages to install, separated by whitespaces. Schemes and collections are also acceptable. Everything after `#` will be treated as a comment.no""
prefixTeX Live installation prefix. This has the same effect as `TEXLIVE_INSTALL_PREFIX`. Defaults to `$RUNNER_TEMP/setup-texlive-action`.no
repositorySpecify the package repository to be used as the main repository. Currently only http(s) repositories are supported.no
texdirTeX Live system installation directory. This has the same effect as the installer's `-texdir` option and takes precedence over the `prefix` input and related environment variables.no
tlcontribSet up TLContrib as an additional TeX package repository. This input will be ignored for older versions.nofalse
update-all-packagesUpdate all TeX packages when cache restored. The default is `false` and the action will update only `tlmgr`.nofalse
versionTeX Live version to install. Supported values are `2008` to `2026`, and `latest`.no
namedescription
cache-hitA boolean value to indicate if an exact match cache was found.
cache-restoredA boolean value to indicate if a cache was found.
versionThe installed TeX Live version.