typst-githubrun-template

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

commit 5d70ef5a950bc307c24b29079588ca935f875623
parent e34341301a5eaf9064fdd55ba04e68df928879e9
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Thu, 14 Aug 2025 13:36:06 +0000

update font url

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

diff --git a/.github/workflows/ReleaseBuild.yaml b/.github/workflows/ReleaseBuild.yaml @@ -1,4 +1,4 @@ -name: Typst Compile when push +name: Typst Compile when version released on: push: @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download fonts to ./fonts - run: mkdir fonts && cd fonts && wget "https://github.com/googlefonts/noto-cjk/raw/main/Sans/Variable/TTF/NotoSansCJKjp-VF.ttf" && cd + run: mkdir fonts && cd fonts && curl -L -o NotoSansJP-Regular.otf https://github.com/googlefonts/noto-cjk/raw/main/Sans/OTF/Japanese/NotoSansCJKjp-Regular.otf && cd - name: Set up Git repo uses: actions/checkout@v2 - name: compile typst with docker