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 811637e commit de88456
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build LaTeX document
on: [push]

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

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

build_latex:
runs-on: ubuntu-latest
steps:
Expand All @@ -15,10 +15,8 @@ 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
working-directory: ./lectures/01-introduction/txt/

0 comments on commit de88456

Please sign in to comment.