mirror of
https://github.com/apache/superset.git
synced 2026-04-14 05:34:38 +00:00
7 lines
159 B
Bash
Executable File
7 lines
159 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rm -rf _build
|
|
make html
|
|
cp -r ../dashed/assets/images/ _build/html/_static/img/
|
|
rm -rf /tmp/dashed-docs
|
|
cp -r _build/html /tmp/dashed-docs
|