Skip to content

Commit

Permalink
fix: correct image directory path in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Chivier committed Jan 27, 2025
1 parent 2f95cf8 commit 34faea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
python3 tools/format_tables.py

0 comments on commit 34faea4

Please sign in to comment.