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 80d3c2d commit 0709035Copy full SHA for 0709035
.github/workflows/ci.yml
@@ -39,15 +39,12 @@ jobs:
39
workflow: cache.yml
40
branch: main
41
name: build-cache
42
- path: lectures/_build
+ path: _build
43
# Build HTML
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
+ ls _build
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