diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..adee323 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,15 @@ +- name: LaTeX compilation + # You may pin to the exact commit or the version. + # uses: dante-ev/latex-action@49cf7cb5f79e7b2006dbdffea85e02bec0b6244b + uses: dante-ev/latex-action@2021-A + with: + # The root LaTeX file to be compiled + root_file: main.tex + # The working directory for the latex compiler to be invoked + working_directory: # optional + # LaTeX engine to be used + compiler: # optional, default is latexmk + # Extra arguments to be passed to the latex compiler + args: # optional, default is -pdf -latexoption=-file-line-error -latexoption=-interaction=nonstopmode + # Install extra packages by apt-get + extra_system_packages: # optional