This action builds a LaTeX document info PDF using latexmk
command.
Required The name of the TeX file to build.
The directory where to build the file, default to the current directory.
Additional options to pass to the LaTeX builder.
The name of the output PDF file.
uses: lyuwen/build-latex-action@v1
with:
file: 'main.tex'
options: '-shell-escape'