Create Github Action to compile LaTeX file to Pdf
This commit is contained in:
14
.github/workflows/buildLatex.yml
vendored
Normal file
14
.github/workflows/buildLatex.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
name: Build LaTeX document
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build_latex:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Git repository
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Compile LaTeX document
|
||||||
|
uses: xu-cheng/latex-action@v2
|
||||||
|
with:
|
||||||
|
root_file: |
|
||||||
|
Dokumentation/src/Dokumentation.tex
|
||||||
|
Storyboard/src/Storyboard.tex
|
||||||
Reference in New Issue
Block a user