Moved names arround
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 9s
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 9s
This commit is contained in:
@@ -28,22 +28,22 @@ jobs:
|
||||
- name: Debug Ls
|
||||
run: ls -la "$PWD" && echo "$PWD && echo ${{ github.workspace }}"
|
||||
|
||||
- name: Compile Analysis 1
|
||||
- name: Compile Analysis1
|
||||
continue-on-error: true
|
||||
with:
|
||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/analysis-1
|
||||
run: typst compile analysis-1.typ ${{ env.BUILD_DIR }}/analysis-1.pdf
|
||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/Analysis1
|
||||
run: typst compile Analysis1.typ ${{ env.BUILD_DIR }}/Analysis1.pdf
|
||||
|
||||
- name: Compile Schaltungstheorie
|
||||
continue-on-error: true
|
||||
with:
|
||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/schaltungstheorie
|
||||
run: typst compile schaltungstheorie.typ ${{ env.BUILD_DIR }}/schaltungstheorie.pdf
|
||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/Schaltungstheorie
|
||||
run: typst compile Schaltungstheorie.typ ${{ env.BUILD_DIR }}/Schaltungstheorie.pdf
|
||||
|
||||
- name: Compile LinAlg
|
||||
continue-on-error: true
|
||||
with:
|
||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/linAlg
|
||||
working-directory: ${{ env.TYPST_SOURCE_DIR }}/LinearAlgebra
|
||||
run: typst compile LinearAlgebra.typ ${{ env.BUILD_DIR }}/LinearAlgebra.pdf
|
||||
|
||||
- name: Create Gitea Release
|
||||
|
||||
Reference in New Issue
Block a user