From a6c55b802ce60f2160b2527f6058aca71f11de70 Mon Sep 17 00:00:00 2001 From: Phillip Smith <35803538+TimeTravelPenguin@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:31:00 +1100 Subject: [PATCH] testing script changes --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9c2e20..4b03df4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,5 +53,5 @@ jobs: cache-dependency-path: examples/requirements.typ - name: 🛠️ Compile test document - if: ${{ matrix.typst-version == 'v0.11.0' }} + # if: ${{ matrix.typst-version == 'v0.11.0' }} run: "typst compile examples/demo.typ --root ."