Skip to content

Commit 34faea4

Browse files
committed
fix: correct image directory path in build script
1 parent 2f95cf8 commit 34faea4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_html.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ rm -rf _build/rst _build/html
66
d2lbook build rst
77
cp static/frontpage.html _build/rst/
88
d2lbook build html
9-
cp -r static/image _build/html/_image
9+
cp -r static/image _build/html/_static
1010
cp -r static/* _build/html/_static
11-
python3 tools/format_tables.py
11+
python3 tools/format_tables.py

0 commit comments

Comments
 (0)