1.3.0
- Support
pre_compile
andpost_compile
to run arbitrary bash codes before and after compiling. - Support compiling multiple files. Example:
- uses: xu-cheng/latex-action@master with: root_file: | file1.tex file2.tex
pre_compile
and post_compile
to run arbitrary bash codes before and after compiling.- uses: xu-cheng/latex-action@master
with:
root_file: |
file1.tex
file2.tex