2
0

GitHub Action für build eingerichtet

latex-action von Deutschsprachige Anwendervereinigung TeX e.V.
This commit is contained in:
André Miede
2021-10-01 09:20:33 +02:00
committed by Tim Wall
parent bb885e3d7f
commit a4f9d1967a

17
.github/workflows/build_pdf.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
# latex-action von Deutschsprachige Anwendervereinigung TeX e.V.
# https://github.com/dante-ev/latex-action
name: Build LaTeX document
on:
push:
schedule:
- cron: '0 0 2 * *'
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile LaTeX document
uses: dante-ev/latex-action@latest
with:
root_file: htwsaar-i-mst-config.tex