Compare commits

..

No commits in common. "ab6265b2cd445ccddbc6a48194eda8cd08aa1c5e" and "9bd5a154806144490348a1dc14412f4482886383" have entirely different histories.

2 changed files with 1355 additions and 5 deletions

View file

@ -1,7 +1,6 @@
name: Build docs name: Build docs
on: on:
pull_request:
push: push:
branches: [main] branches: [main]
@ -12,18 +11,18 @@ jobs:
image: git.kjan.de/actions/runner-latex:latest image: git.kjan.de/actions/runner-latex:latest
env: env:
# Edit here with the names of your latex file and directory (can use ".") # Edit here with the names of your latex file and directory (can use ".")
DIR: projektdokumentation DIR: docs
FILE: Projektdokumentation.tex FILE: projektdokumentation.tex
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: LaTeX compile - name: LaTeX compile
working-directory: ${{ env.DIR }} working-directory: ${{ env.DIR }}
run: latexmk -pdf ${{ env.FILE }} run: latexmk -pdf -xelatex ${{ env.FILE }}
- name: Upload artifacts - name: Upload artifacts
uses: https://git.kjan.de/actions/upload-artifact@v3 # Do not upgrade uses: https://git.kjan.de/actions/upload-artifact@v3 # Do not upgrade
with: with:
name: Doku name: Doku
path: projektdokumentation/Projektdokumentation.pdf path: docs/projektdokumentation.pdf

File diff suppressed because it is too large Load diff