Added digtaltechnik to publishing
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 10s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 10s
This commit is contained in:
@@ -39,6 +39,10 @@ jobs:
|
||||
continue-on-error: true
|
||||
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/LinearAlgebra.pdf"
|
||||
|
||||
- name: Compile Digtaltechnik
|
||||
continue-on-error: true
|
||||
run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/Digitaltechnik.typ"
|
||||
|
||||
- name: Create Gitea Release
|
||||
continue-on-error: true
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
|
||||
Reference in New Issue
Block a user