We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0df8da commit e7a0345Copy full SHA for e7a0345
.github/workflows/ci.yml
@@ -44,6 +44,10 @@ jobs:
44
- name: Build HTML
45
shell: bash -l {0}
46
run: |
47
+ ls lectures/
48
+ ls lectures/_build/
49
+ ls lectures/_build/jupyter_execute
50
+ jb build lectures
51
jb build lectures --path-output ./ -n -W --keep-going
52
# Build Assets (Download Notebooks and PDF via LaTeX)
53
- name: Build Download Notebooks (sphinx-tojupyter)
0 commit comments