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 ab84635 commit b359a19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Build LaTeX document
on: [push]

defaults:
run:
working-directory: ./lectures/01-introduction/txt/
run:
working-directory: ./lectures/01-introduction/txt/

jobs:
build_latex:
Expand All @@ -13,6 +13,7 @@ jobs:
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
work_in_root_file_dir: true
with:
root_file: lecture.tex
- name: Upload PDF file
Expand Down

0 comments on commit b359a19

Please sign in to comment.