superset/docs/build.sh

8 lines
212 B
Bash
Raw Normal View History

2015-12-17 19:26:36 -05:00
#!/usr/bin/env bash
2016-03-24 00:41:37 -04:00
rm -rf _build
2015-12-17 19:26:36 -05:00
make html
#cp -r ../superset/assets/images/ _build/html/_static/img/
cp -r ../superset/assets/images/ _static/img/
rm -rf /tmp/superset-docs
cp -r _build/html /tmp/superset-docs