From cdc9d721ec323b894590d9758c50ce85c31f4703 Mon Sep 17 00:00:00 2001 From: alexander Date: Sat, 24 Jan 2026 16:06:08 +0100 Subject: [PATCH] Added digtaltechnik to publishing --- .gitea/workflows/build-script.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 62b133f..95e736f 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -39,6 +39,10 @@ jobs: continue-on-error: true run: typst compile --root src src/cheatsheets/LinearAlgebra.typ "build/LinearAlgebra.pdf" + - name: Compile Digtaltechnik + continue-on-error: true + run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/Digitaltechnik.typ" + - name: Create Gitea Release continue-on-error: true uses: akkuman/gitea-release-action@v1