mirror of
https://github.com/apache/superset.git
synced 2026-04-09 11:25:23 +00:00
fix: move docs image symlink to _static (#9592)
* fix: move docs image symlink to _static * Remove unneeded copy statements from build script * Remove copy statement from CI conf
This commit is contained in:
2
.github/workflows/superset-python.yml
vendored
2
.github/workflows/superset-python.yml
vendored
@@ -47,8 +47,6 @@ jobs:
|
||||
run: |
|
||||
pip-install
|
||||
pip install -r docs/requirements.txt
|
||||
- name: Copy Images
|
||||
run: cp -r superset-frontend/images/ docs/_static/images/
|
||||
- name: Build documentation
|
||||
run: sphinx-build -b html docs _build/html -W
|
||||
|
||||
|
||||
Reference in New Issue
Block a user