Skip to content

Commit 63a559f

Browse files
committed
ci/debug: ls generated notebooks
1 parent d455337 commit 63a559f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ jobs:
4949
cp -r _notebooks/* .notebooks/
5050
5151
- name: List notebooks
52-
run: py-tree .notebooks/
52+
run: |
53+
py-tree .notebooks/
54+
ls -lhR .notebooks/
5355
5456
- name: Install dependencies
5557
run: |

0 commit comments

Comments
 (0)