Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
update worflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbstenHias committed Oct 25, 2023
1 parent 88cdf01 commit 592cfe0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 80 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/build-and-publish-with-latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,13 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile main-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-german.tex
args:
- name: Compile main-minted-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-minted-german.tex
args:

- name: Compile main-english.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-english.tex
args:
- name: Compile main-paderborn-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-paderborn-german.tex
args:
- name: Compile main-paderborn-english.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-paderborn-english.tex
args:

- name: Gather build artifacts
run: mkdir build && cp -r main-*.pdf .github/_config.yml docs/* build/
- name: Deploy
Expand Down
31 changes: 1 addition & 30 deletions .github/workflows/build-with-lualatex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,10 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile main-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-german.tex
compiler: lualatex
args:
- name: biber main-german
uses: dante-ev/latex-action@latest
with:
root_file: main-german
compiler: biber
args:
- name: Compile main-minted-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-minted-german.tex
compiler: lualatex
args: -shell-escape

- name: Compile main-english.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-english.tex
compiler: lualatex
args:
- name: Compile main-paderborn-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-paderborn-german.tex
compiler: lualatex
args:
- name: Compile main-paderborn-english.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-paderborn-english.tex
compiler: lualatex
args:
31 changes: 1 addition & 30 deletions .github/workflows/build-with-pdflatex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,10 @@ jobs:
steps:
- name: Set up Git repository
uses: actions/checkout@v2
- name: Compile main-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-german.tex
compiler: pdflatex
args:
- name: biber main-german
uses: dante-ev/latex-action@latest
with:
root_file: main-german
compiler: biber
args:
- name: Compile main-minted-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-minted-german.tex
compiler: pdflatex
args: -shell-escape

- name: Compile main-english.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-english.tex
compiler: pdflatex
args:
- name: Compile main-paderborn-german.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-paderborn-german.tex
compiler: pdflatex
args:
- name: Compile main-paderborn-english.tex
uses: dante-ev/latex-action@latest
with:
root_file: main-paderborn-english.tex
compiler: pdflatex
args:

0 comments on commit 592cfe0

Please sign in to comment.