Skip to content

Commit

Permalink
Setup build pipeline for makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMoonlight committed Sep 21, 2023
1 parent df94f53 commit 267d47b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: Satzung_ZTL.tex
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: Satzung_ZTL.pdf

0 comments on commit 267d47b

Please sign in to comment.