Build LaTeX on any Docker image
ActionsParallel build of multiple files is supported, and you can use customized Docker image.
v3.0.0
LatestBy satackey
Tags
(2)This action builds LaTeX files on any Docker image.
- name: Build LaTeX files
uses: satackey/action-latex@v2
with:
docker-image: paperist/alpine-texlive-ja
build-entrypoint: latexmk
build-files: |
foo/main.tex
bar/main.tex
baz/main.tex
-
Required
Docker image published on Dockerhub that runs build.
-
Required
A Line-separated list of paths of the TeX files to build.
These paths must be relative toworking-directory
.
-
optional
The entrypoint of Docker container that runs build.
If not specified, the Docker container starts using default entrypoint.
-
optional
Extra arguments to run the build.
PRs are accepted.
If you are having trouble or feature request, post new issue.
Build LaTeX on any Docker image is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.