We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee5b77b commit e2ef439Copy full SHA for e2ef439
1 file changed
.github/workflows/docs.yml
@@ -41,8 +41,8 @@ jobs:
41
- name: Build mdBook
42
run: mdbook build
43
44
- - name: Build examples and PDF
45
- run: make examples && typst compile --root docs docs/paper/reductions.typ book/reductions.pdf
+ - name: Build PDF
+ run: typst compile --root . docs/paper/reductions.typ book/reductions.pdf
46
47
- name: Build rustdoc
48
run: RUSTDOCFLAGS="--default-theme=dark" cargo doc --features ilp-highs --no-deps
0 commit comments