Skip to content

Commit 468f054

Browse files
Ignore unused/unreferred Python files in website build
1 parent c7f34ba commit 468f054

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/create_website.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
rm docs/day3/big_data_old.rst
4848
rm docs/day3/seaborn/seaborn-new.rst
4949
rm docs/day3/pandas/pandas.not_rst
50+
rm docs/day3/example/chunk_dask.py
51+
rm docs/day3/example/chunk_np.py
5052
5153
- name: Sphinx build
5254
run: |

0 commit comments

Comments
 (0)