This commit is contained in:
@@ -29,21 +29,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile Analysis1
|
- name: Compile Analysis1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
run: typst compile --root src src/cheatsheets/Analysis1.typ build/Analysis1.pdf
|
||||||
working-directory: src/Analysis1
|
|
||||||
run: typst compile --root src src/cheatsheets/Analysis1.typ ../build/Analysis1.pdf
|
|
||||||
|
|
||||||
- name: Compile Schaltungstheorie
|
- name: Compile Schaltungstheorie
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
run: typst compile --root src src/cheatsheets/Schaltungstheorie.typ build/Schaltungstheorie.pdf
|
||||||
working-directory: src/Schaltungstheorie
|
|
||||||
run: typst compile --root src src/cheatsheets/Schaltungstheorie.typ ../build/Schaltungstheorie.pdf
|
|
||||||
|
|
||||||
- name: Compile LinAlg
|
- name: Compile LinAlg
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ build/LinearAlgebra.pdf
|
||||||
working-directory: src/LinearAlgebra
|
|
||||||
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ ../build/LinearAlgebra.pdf
|
|
||||||
|
|
||||||
- name: Create Gitea Release
|
- name: Create Gitea Release
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
4135
build/Analysis1.pdf
Normal file
4135
build/Analysis1.pdf
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user