add ci
All checks were successful
Compile LaTeX document / build (push) Successful in 29s

This commit is contained in:
philipp 2024-02-26 11:46:48 +01:00
parent 7084e500b5
commit 9801d0bca0

View File

@ -36,7 +36,7 @@ jobs:
fetch-depth: 0
- name: Compile LaTeX Document
run: latexmk -pdf -output-directory=/github/workspace ${{ env.root_file }}
run: latexmk -pdf ${{ env.root_file }}
env:
root_file: main.tex # Replace 'main.tex' with the path to your main LaTeX file