We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 639c8e2 commit 1107c58Copy full SHA for 1107c58
1 file changed
.github/workflows/deploy.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Build Jupyter Book
30
run: npm run build:book
31
32
+ - name: List files in jupyter-books
33
+ run: ls -R jupyter-books
34
+
35
- name: Copy Jupyter Book to public
36
run: npm run copy:book
37
0 commit comments