Skip to content

Commit

Permalink
Update build-latex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lpawela authored Apr 29, 2024
1 parent 84602ec commit b49523f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
defaults:
run:
working_directory: ./lectures/01-introduction/txt/
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
working_directory: ./lectures/01-introduction/txt/
root_file: lecture.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit b49523f

Please sign in to comment.