From c0ba6d9bccb622a3158965ece84ffd0d5b72f6ae Mon Sep 17 00:00:00 2001 From: alexander Date: Sat, 24 Jan 2026 15:56:14 +0100 Subject: [PATCH] build correct --- .gitea/workflows/build-script.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 53bd9fc..62b133f 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -29,7 +29,7 @@ jobs: - name: Compile Analysis1 continue-on-error: true - run: typst compile --root src src/cheatsheets/Analysis1.typ "build/Analysis 1.pdf" + run: typst compile --root src src/cheatsheets/Analysis1.typ "build/Analysis1.pdf" - name: Compile Schaltungstheorie continue-on-error: true @@ -37,7 +37,7 @@ jobs: - name: Compile LinAlg continue-on-error: true - run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/Linear Algebra.pdf" + run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/LinearAlgebra.pdf" - name: Create Gitea Release continue-on-error: true @@ -45,4 +45,8 @@ jobs: with: name: "Formelsammlungen PDFs" tag_name: "latest" - files: build/*.pdf \ No newline at end of file + files: build/*.pdf + + - name: Trigger + continue-on-error: true + run: curl -u trigger:${{ secrets.TRIGGER_PASSWORD }} -X POST https://trigger.typst4ei.de/trigger/all \ No newline at end of file