typst-githubrun-template

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

commit 09e0fc15228880fcc594f1663cdeb4780c774b3e
parent 0a85368cd7f942c1fb5a6fe1e07d9b87f3c15580
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Fri, 15 Aug 2025 18:14:49 +0900

Update ReleaseBuild.yaml
Diffstat:
M.github/workflows/ReleaseBuild.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ReleaseBuild.yaml b/.github/workflows/ReleaseBuild.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download fonts to ./fonts - 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 && tree . + 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 .. && tree . - name: Set up Git repo uses: actions/checkout@v2 - name: compile typst with docker