Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuestrange authored Sep 24, 2023
1 parent 1eade19 commit ab55b65
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ab55b65

Please sign in to comment.