Merge pull request 'chore: Remove old docs and fix pipeline' (!314) from docs/ci into main
All checks were successful
Build docs / build-docs (push) Successful in 29s
All checks were successful
Build docs / build-docs (push) Successful in 29s
Reviewed-on: #314 Reviewed-by: Jan-Marlon Leibl <jleibl@proton.me>
This commit is contained in:
commit
ab6265b2cd
2 changed files with 5 additions and 1355 deletions
|
@ -1,6 +1,7 @@
|
||||||
name: Build docs
|
name: Build docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
@ -11,18 +12,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: docs
|
DIR: projektdokumentation
|
||||||
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 -xelatex ${{ env.FILE }}
|
run: latexmk -pdf ${{ 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: docs/projektdokumentation.pdf
|
path: projektdokumentation/Projektdokumentation.pdf
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Reference in a new issue