mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-02-03 02:13:31 +08:00
10 lines
197 B
Bash
10 lines
197 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
rm -rf _build/rst _build/html
|
|
d2lbook build rst
|
|
cp static/frontpage.html _build/rst/
|
|
d2lbook build html
|
|
cp -r static/image/* _build/html/_images/
|
|
python3 tools/format_tables.py |