We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc3f02 commit 75b898bCopy full SHA for 75b898b
1 file changed
.github/workflows/build-manual.yml
@@ -75,8 +75,9 @@ jobs:
75
path: ${{ env.FONT_DIR }}
76
key: fonts-${{ runner.os }}-${{ env.FONT_VERSION }}
77
78
- - name: Build manual
79
- uses: typst-community/setup-typst@v4
+
80
+ - name: Build manual
81
run: |
82
typst compile "manual/src/content/manual.typ" "manual/llmanual.pdf" --features html
83
0 commit comments