This commit is contained in:
@@ -31,20 +31,20 @@ jobs:
|
|||||||
- name: Compile Analysis1
|
- name: Compile Analysis1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/Analysis1
|
working-directory: src/Analysis1
|
||||||
run: typst compile Analysis1.typ ${{ env.BUILD_DIR }}/Analysis1.pdf
|
run: typst compile Analysis1.typ ../../build/Analysis1.pdf
|
||||||
|
|
||||||
- name: Compile Schaltungstheorie
|
- name: Compile Schaltungstheorie
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/Schaltungstheorie
|
working-directory: src/Schaltungstheorie
|
||||||
run: typst compile Schaltungstheorie.typ ${{ env.BUILD_DIR }}/Schaltungstheorie.pdf
|
run: typst compile Schaltungstheorie.typ ../../build/Schaltungstheorie.pdf
|
||||||
|
|
||||||
- name: Compile LinAlg
|
- name: Compile LinAlg
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/LinearAlgebra
|
working-directory: src/LinearAlgebra
|
||||||
run: typst compile LinearAlgebra.typ ${{ env.BUILD_DIR }}/LinearAlgebra.pdf
|
run: typst compile LinearAlgebra.typ ../../build/LinearAlgebra.pdf
|
||||||
|
|
||||||
- name: Create Gitea Release
|
- name: Create Gitea Release
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
Reference in New Issue
Block a user