mirror of
https://github.com/apache/superset.git
synced 2026-04-13 05:07:53 +00:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rm -r _build
|
|
make html
|
|
cp -r ../dashed/assets/images/ _build/html/_static/img/
|