We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b5cf6 commit 888b3e3Copy full SHA for 888b3e3
1 file changed
.github/workflows/create_website.yaml
@@ -39,12 +39,13 @@ jobs:
39
rm -rf docs/may2024
40
rm -rf docs/May23
41
rm -rf docs/May_24
42
- rm docs/day3/seaborn/seaborn-new.rst
43
- rm docs/day3/pandas/pandas.not_rst
44
- rm -rf docs/day3/not_used
45
- rm docs/day3/matplotlib/new-matplotlib-intro.rst
46
rm docs/day2/jupyter.md
47
rm docs/day2/jupyter.rst
+ rm docs/day3/matplotlib/new-matplotlib-intro.rst
+ rm -rf docs/day3/not_used
+ rm docs/day3/big_data_old.rst
+ rm docs/day3/seaborn/seaborn-new.rst
48
+ rm docs/day3/pandas/pandas.not_rst
49
50
- name: Sphinx build
51
run: |
0 commit comments