Skip to content

Commit

Permalink
Update latex_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecancio authored Oct 22, 2023
1 parent db7252a commit a1b83ca
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/latex_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: dante-ev/latex-action@latest
uses: xu-cheng/latex-action@v2
with:
root_file: article/main.tex
args: -synctex=0 -interaction=nonstopmode --shell-escape -pdf -file-line-error
root_file: main.tex
working_directory: article/
continue_on_error: true
- name: Save PDF as Artifact
uses: actions/upload-artifact@v3
with:
name: article/main.pdf
name: main
path: article/main.pdf

0 comments on commit a1b83ca

Please sign in to comment.