From dc3745d57bf0dc971cc7459851327d994ffb288f Mon Sep 17 00:00:00 2001 From: Jonathan Pallant Date: Thu, 21 Nov 2024 14:24:51 +0000 Subject: [PATCH] mdslides also need graphviz now --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 36c94e1..87abcd1 100755 --- a/build.sh +++ b/build.sh @@ -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