Skip to content

Commit 0709035

Browse files
committed
test _build at root level
1 parent 80d3c2d commit 0709035

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,12 @@ jobs:
3939
workflow: cache.yml
4040
branch: main
4141
name: build-cache
42-
path: lectures/_build
42+
path: _build
4343
# Build HTML
4444
- name: Build HTML
4545
shell: bash -l {0}
4646
run: |
47-
ls lectures/
48-
ls lectures/_build/
49-
ls lectures/_build/jupyter_execute
50-
jb build lectures
47+
ls _build
5148
jb build lectures --path-output ./ -n -W --keep-going
5249
# Build Assets (Download Notebooks and PDF via LaTeX)
5350
- name: Build Download Notebooks (sphinx-tojupyter)

0 commit comments

Comments
 (0)