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