Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carmonamateo authored Sep 17, 2023
1 parent 1c5681f commit 29fed7d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ jobs:
uses: actions/checkout@v2

- name: Compile LaTeX
run: |
lualatex -interaction=nonstopmode main.tex
bibtex main
lualatex -interaction=nonstopmode main.tex
lualatex -interaction=nonstopmode main.tex
run: xelatex -interaction=nonstopmode main.tex

- name: Upload PDF artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 29fed7d

Please sign in to comment.