Skip to content

Commit

Permalink
update pdf path
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen Leuveld committed Jan 9, 2024
1 parent 7ce4e2f commit 02b8dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
root_file: congogbv.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf
path: congogbv.pdf

0 comments on commit 02b8dd7

Please sign in to comment.