Merge pull request 'fix: Fix docs building' (!296) from fix-docs-2 into main
All checks were successful
Build docs / build-docs (push) Successful in 25s
All checks were successful
Build docs / build-docs (push) Successful in 25s
Reviewed-on: #296 Reviewed-by: Constantin Simonis <constantin@simonis.lol>
This commit is contained in:
commit
9717e5c43e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: latexmk -pdf -xelatex ${{ env.FILE }}
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v4
|
||||
uses: https://git.kjan.de/actions/upload-artifact@v3 # Do not upgrade
|
||||
with:
|
||||
name: Doku
|
||||
path: docs/projektdokumentation.pdf
|
||||
|
|
Reference in a new issue