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