We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447d742 commit 1b77a7aCopy full SHA for 1b77a7a
1 file changed
.github/workflows/build-manual.yml
@@ -76,12 +76,9 @@ jobs:
76
toolchain: stable
77
override: true
78
79
- - name: Install typst
80
- run: |
81
- cargo install --locked typst-cli || true
82
- echo "${HOME}/.cargo/bin" >> $GITHUB_PATH
+ - uses: typst-community/setup-typst@v4
83
84
- - name: Build manual.typ -> llmanual.pdf (with --features html)
+ - name: Build manual
85
run: |
86
typst compile "manual/src/content/manual.typ" "manual/llmanual.pdf" --features html
87
0 commit comments