Skip to content

Commit

Permalink
Bump gh-actions and publish foerdermitgliedsantrag
Browse files Browse the repository at this point in the history
  • Loading branch information
promasu committed Jan 17, 2025
1 parent 1062427 commit 3fd64d5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Mitgliedsantrag
uses: dante-ev/latex-action@latest
with:
root_file: mitgliedsantrag.tex
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape
- name: Foerdermitgliedsantrag
uses: dante-ev/latex-action@latest
with:
root_file: foerdermitgliedsantrag.tex
compiler: pdflatex
args: -interaction=nonstopmode -shell-escape
- name: Publish mitgliedsantrag
uses: actions/upload-artifact@v3
with:
name: mitgliedsantrag.pdf
path: mitgliedsantrag.pdf
- name: Publish foerdermitgliedsantrag
uses: actions/upload-artifact@v3
with:
name: foerdermitgliedsantrag.pdf
path: foerdermitgliedsantrag.pdf

0 comments on commit 3fd64d5

Please sign in to comment.