From d56fe69e9d184de47a2a28d266e19eebb65d025e 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 95e736f..d2d4e7a 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -41,7 +41,7 @@ jobs: - name: Compile Digtaltechnik continue-on-error: true - run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/Digitaltechnik.typ" + run: typst compile --root src src/cheatsheets/Digitaltechnik.typ "build/Digitaltechnik.pdf" - name: Create Gitea Release continue-on-error: true