Skip to content

Commit

Permalink
Update LaTeX CI
Browse files Browse the repository at this point in the history
  • Loading branch information
orel-adivi committed May 4, 2024
1 parent 8106ba5 commit f828cf9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ jobs:
run: rm ./report.pdf

- name: Convert LaTeX to pdf
id: convert-to-pdf
uses: closoco/pdflatex-action@v1.0.0
uses: xu-cheng/latex-action@3.2.0
with:
texFile: ./report/report.tex
root_file: report/report.tex

- name: Store pdf
uses: actions/upload-artifact@v2
with:
name: report.pdf
name: Report PDF file
path: report.pdf

0 comments on commit f828cf9

Please sign in to comment.