Skip to content

Commit

Permalink
Fixed working dir of CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshniemela committed Aug 20, 2024
1 parent a709b13 commit 67030dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/latex_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: report/main.tex
root_file: main.tex
working_directory: report/
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 67030dd

Please sign in to comment.