Files
superset2/docs/build.sh
Maxime Beauchemin 69f4843424 Change in files
2016-11-09 14:55:45 -08:00

8 lines
212 B
Bash
Executable File

#!/usr/bin/env bash
rm -rf _build
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