mirror of
https://github.com/openmlsys/openmlsys-zh.git
synced 2026-02-03 18:33:52 +08:00
9 lines
166 B
Bash
9 lines
166 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/ |