Moved names arround
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 9s

This commit is contained in:
alexander
2026-01-19 00:57:27 +01:00
parent 0f9aed8b07
commit 740384a433
3 changed files with 6 additions and 6 deletions

View File

@@ -28,22 +28,22 @@ jobs:
- name: Debug Ls - name: Debug Ls
run: ls -la "$PWD" && echo "$PWD && echo ${{ github.workspace }}" run: ls -la "$PWD" && echo "$PWD && echo ${{ github.workspace }}"
- name: Compile Analysis 1 - name: Compile Analysis1
continue-on-error: true continue-on-error: true
with: with:
working-directory: ${{ env.TYPST_SOURCE_DIR }}/analysis-1 working-directory: ${{ env.TYPST_SOURCE_DIR }}/Analysis1
run: typst compile analysis-1.typ ${{ env.BUILD_DIR }}/analysis-1.pdf run: typst compile Analysis1.typ ${{ env.BUILD_DIR }}/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: ${{ env.TYPST_SOURCE_DIR }}/Schaltungstheorie
run: typst compile schaltungstheorie.typ ${{ env.BUILD_DIR }}/schaltungstheorie.pdf run: typst compile Schaltungstheorie.typ ${{ env.BUILD_DIR }}/Schaltungstheorie.pdf
- name: Compile LinAlg - name: Compile LinAlg
continue-on-error: true continue-on-error: true
with: 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 run: typst compile LinearAlgebra.typ ${{ env.BUILD_DIR }}/LinearAlgebra.pdf
- name: Create Gitea Release - name: Create Gitea Release