diff --git a/.github/workflows/buildLatex.yml b/.github/workflows/buildLatex.yml new file mode 100644 index 0000000..61aa4a7 --- /dev/null +++ b/.github/workflows/buildLatex.yml @@ -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 \ No newline at end of file