We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c128b8 commit 0d9a4baCopy full SHA for 0d9a4ba
.github/workflows/build.yaml
@@ -27,6 +27,9 @@ jobs:
27
wget "https://github.com/adobe-fonts/source-han-serif/releases/download/2.002R/12_SourceHanSerifJP.zip"
28
unzip 12_SourceHanSerifJP.zip -d ./fonts/SourceHanSerifJP
29
30
+ - name: Install Typst
31
+ uses: typst-community/setup-typst@v3
32
+
33
- name: Typst (卒論・修論)
34
run: typst compile 卒論・修論用/main.typ --font-path $GITHUB_WORKSPACE/downloads/fonts
35
0 commit comments