Skip to content

plan modułów

plan modułów #18

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- 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 1
uses: actions/upload-artifact@v4
with:
name: PDF1
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: PDF2
path: ./lectures/99-materals/ksiazeczka.pdf