Skip to content

Commit

Permalink
someone needs to maintain mdbook-svgbob and fix dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbuche committed Oct 11, 2024
1 parent 918bb86 commit 34f7a32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- name: automesh
run: cargo install --path .
- name: mdbook
run: cargo install mdbook mdbook-cmdrun mdbook-katex mdbook-svgbob
run: cargo install mdbook mdbook-cmdrun mdbook-katex
- name: svgbob
run: cargo install --locked mdbook-svgbob
- name: rust
run: cargo build --release
- name: maturin
Expand Down

0 comments on commit 34f7a32

Please sign in to comment.