Skip to content

Commit e2ef439

Browse files
committed
fix docs build
1 parent ee5b77b commit e2ef439

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
- name: Build mdBook
4242
run: mdbook build
4343

44-
- name: Build examples and PDF
45-
run: make examples && typst compile --root docs docs/paper/reductions.typ book/reductions.pdf
44+
- name: Build PDF
45+
run: typst compile --root . docs/paper/reductions.typ book/reductions.pdf
4646

4747
- name: Build rustdoc
4848
run: RUSTDOCFLAGS="--default-theme=dark" cargo doc --features ilp-highs --no-deps

0 commit comments

Comments
 (0)