Skip to content

Latex CI

Latex CI #1217

Workflow file for this run

name: 'CI & Auto Scripts'
on: [ pull_request ]
jobs:
CompileLaTeX:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: LaTeX/conduct/BES_Conduct_Afisaj.tex
env:
TEXINPUTS: ".:./LaTeX/conduct//:"
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: BES_Conduct_Afisaj.pdf