Compare commits
No commits in common. "761a527ef02871db27cb3cfcb66671842750ba65" and "e02f7357f0a2b4508ccd8c620330dcbe90f3324d" have entirely different histories.
761a527ef0
...
e02f7357f0
3 changed files with 0 additions and 1384 deletions
|
@ -12,8 +12,3 @@ ci:
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- ".gitea/**"
|
- ".gitea/**"
|
||||||
|
|
||||||
docs:
|
|
||||||
- changed-files:
|
|
||||||
- any-glob-to-any-file:
|
|
||||||
- "docs/**"
|
|
|
@ -1,28 +0,0 @@
|
||||||
name: Build docs
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build-docs:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: git.kjan.de/actions/runner-latex:latest
|
|
||||||
env:
|
|
||||||
# Edit here with the names of your latex file and directory (can use ".")
|
|
||||||
DIR: docs
|
|
||||||
FILE: projektdokumentation.tex
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: LaTeX compile
|
|
||||||
working-directory: ${{ env.DIR }}
|
|
||||||
run: latexmk -pdf -xelatex ${{ env.FILE }}
|
|
||||||
|
|
||||||
- name: Upload artifacts
|
|
||||||
uses: https://git.kjan.de/actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: Doku
|
|
||||||
path: docs/projektdokumentation.pdf
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue