typst-githubrun-template

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 52cc480131e52fd6252b10775457d58d9f62996c
parent 4ea7130ca59b232800e5dbcae3229ac42cd49805
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Wed, 13 Aug 2025 11:18:34 +0000

fix *.typst to *.typ

Diffstat:
M.github/workflows/PushBuild.yaml | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/PushBuild.yaml b/.github/workflows/PushBuild.yaml @@ -13,11 +13,10 @@ jobs: - name: Set up Git repo uses: actions/checkout@v2 - name: compile typst - run: typst --font-path ~/.fonts *.typst + run: typst --font-path ~/.fonts *.typ - name: Upload PDF artifact id: artifact-upload-step uses: actions/upload-artifact@v4 with: - name: main - path: ./main.pdf + path: ./*.pdf retention-days: 7