From 8c8acfa242e436ef498c6ac1c0922ff1de36e20e Mon Sep 17 00:00:00 2001 From: Kresten Laust Date: Sat, 15 Feb 2025 13:31:14 +0100 Subject: [PATCH] Replace typst-action with fork --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a1031d8..4810504 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: cp report-template/template.typ report-template-empty/template.typ - name: Compile singlefile-template - uses: lvignoli/typst-action@main + uses: krestenlaust/typst-action@v0.12.0 with: source_file: singlefile-template/main.typ