From f62ff13d419935ab8fa5b367040f584a3796adf3 Mon Sep 17 00:00:00 2001 From: Ri-Nai <383821630@qq.com> Date: Sun, 23 Feb 2025 00:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=9B=B4=E6=96=B0=20workflow=20?= =?UTF-8?q?=E4=B8=AD=20typst=20=E7=89=88=E6=9C=AC=E8=87=B3=200.13.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 203dc9c..8a535c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: uses: typst-community/setup-typst@v2.0.1 with: # The token used to authenticate when fetching Typst distributions. When running this action on github.com, the default value is sufficient. When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. - version: v0.12.0 + version: v0.13.0 # 步骤 4: 编译文档