Skip to content

Commit

Permalink
fix in action
Browse files Browse the repository at this point in the history
  • Loading branch information
pgawron committed Apr 22, 2024
1 parent 386a0e9 commit 811637e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: lecture.tex
working-directory: ./lectures/01-introduction/txt/
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: lecture.pdf
path: lecture.pdf
working-directory: ./lectures/01-introduction/txt/

0 comments on commit 811637e

Please sign in to comment.