Skip to content

Commit

Permalink
poprawka do workflowa
Browse files Browse the repository at this point in the history
  • Loading branch information
pgawron committed May 8, 2024
1 parent e07749b commit 64ce0a8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,23 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
- name: Compile LaTeX document 1
uses: xu-cheng/latex-action@v3
with:
working_directory: ./lectures/01-introduction/txt/
root_file: lecture.tex
- name: Upload PDF file
- name: Upload PDF file 1
uses: actions/upload-artifact@v4
with:
name: PDF
path: ./lectures/01-introduction/txt/lecture.pdf
- name: Compile LaTeX document 2
uses: xu-cheng/latex-action@v3
with:
working_directory: ./lectures/99-materals/
root_file: ksiazeczka.tex
- name: Upload PDF file 2
uses: actions/upload-artifact@v4
with:
name: PDF
path: ./lectures/01-introduction/ksiazeczka.pdf

0 comments on commit 64ce0a8

Please sign in to comment.