commit 4bf2ee6406f1a14cb645a2971441240e6b13fc27
parent 52cc480131e52fd6252b10775457d58d9f62996c
Author: minerva-jupiter <ryouturn@gmail.com>
Date: Wed, 13 Aug 2025 13:04:35 +0000
add compile to typst command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/PushBuild.yaml b/.github/workflows/PushBuild.yaml
@@ -13,7 +13,7 @@ jobs:
- name: Set up Git repo
uses: actions/checkout@v2
- name: compile typst
- run: typst --font-path ~/.fonts *.typ
+ run: typst compile --font-path ~/.fonts *.typ
- name: Upload PDF artifact
id: artifact-upload-step
uses: actions/upload-artifact@v4