Skip to content

Commit

Permalink
mdslides also need graphviz now
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Nov 21, 2024
1 parent 0d02d0e commit fd892d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function build_and_store {
# The PATH override lets it find our local copy of mdbook-graphviz
PATH=$PATH:. ./mdbook build -d "${OUTPUT_DIR}/$1/book" ./training-slides
# Then build the slides
RUST_LOG=info ./mdslides --template ./training-slides/template.html \
PATH=$PATH:. RUST_LOG=info ./mdslides --template ./training-slides/template.html \
--output-dir "${OUTPUT_DIR}/$1/slides" \
--mdbook-path ./training-slides \
--index-template ./training-slides/index-template.html
Expand Down

0 comments on commit fd892d1

Please sign in to comment.