Change Output names
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 13s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 13s
This commit is contained in:
@@ -29,15 +29,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile Analysis1
|
- name: Compile Analysis1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: typst compile --root src src/cheatsheets/Analysis1.typ build/Analysis1.pdf
|
run: typst compile --root src src/cheatsheets/Analysis1.typ "build/Analysis 1.pdf"
|
||||||
|
|
||||||
- name: Compile Schaltungstheorie
|
- name: Compile Schaltungstheorie
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: typst compile --root src src/cheatsheets/Schaltungstheorie.typ build/Schaltungstheorie.pdf
|
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
|
||||||
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ build/LinearAlgebra.pdf
|
run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/Linear Algebra.pdf"
|
||||||
|
|
||||||
- name: Create Gitea Release
|
- name: Create Gitea Release
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user