Skip to content

Commit 2f95cf8

Browse files
committed
fix: adjust static file copying in build script
1 parent 01c69b4 commit 2f95cf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_html.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +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/_images
9+
cp -r static/image _build/html/_image
10+
cp -r static/* _build/html/_static
1011
python3 tools/format_tables.py

0 commit comments

Comments
 (0)