danysk/Compile All LaTeX

Searches all tex files and compiles them via Rubber

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe command to invoke to compile. Defaults to 'rubber --inplace -d --synctex -s'norubber --unsafe --inplace -d --synctex -s -W all
verboseAdds more outputnofalse
env-varsComma-separated environment variable names to forward to the inner Docker container. Warning: forwarded variables are exposed to that container. Only forward trusted variables, and avoid passing secrets unless you trust the container image.no""
successThe name of the environment variable that will hold the list of correctly compiled files. Since GitHub Actions does not support multiline output, this action writes on a variable.noLATEX_SUCCESSES
namedescription
successfully-compiledA comma-separated list of all successfully compiled files
compiled-filesA comma-separated list of all the produced pdfs