mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
Adding a tutorial
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
rm -rf _build
|
||||
make html
|
||||
cp -r ../caravel/assets/images/ _build/html/_static/img/
|
||||
#cp -r ../caravel/assets/images/ _build/html/_static/img/
|
||||
cp -r ../caravel/assets/images/ _static/img/
|
||||
rm -rf /tmp/caravel-docs
|
||||
cp -r _build/html /tmp/caravel-docs
|
||||
|
||||
Reference in New Issue
Block a user