mirror of
https://github.com/apache/superset.git
synced 2026-07-12 17:55:38 +00:00
8 lines
212 B
Bash
Executable File
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
|