From 34faea47367590fc7a050965d7691de224237ec9 Mon Sep 17 00:00:00 2001 From: Chivier Humber Date: Mon, 27 Jan 2025 19:02:11 +0000 Subject: [PATCH] fix: correct image directory path in build script --- build_html.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_html.sh b/build_html.sh index 73aa6c4..2482a79 100644 --- a/build_html.sh +++ b/build_html.sh @@ -6,6 +6,6 @@ rm -rf _build/rst _build/html d2lbook build rst cp static/frontpage.html _build/rst/ d2lbook build html -cp -r static/image _build/html/_image +cp -r static/image _build/html/_static cp -r static/* _build/html/_static -python3 tools/format_tables.py \ No newline at end of file +python3 tools/format_tables.py