Skip to content

OPP 2024: Zmiana daty uchwalenia. Dodanie Makefile #9

OPP 2024: Zmiana daty uchwalenia. Dodanie Makefile

OPP 2024: Zmiana daty uchwalenia. Dodanie Makefile #9

Workflow file for this run

name: Build Statut
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: statut.tex
extra_packages: fixfoot
extra_system_packages: texlive-full
- name: Save artifacts
uses: actions/upload-artifact@v3
with:
name: Statut
path: statut.pdf