Skip to content

Commit af7623b

Browse files
authored
Fix paths (#28)
* More build -> _build * Upload full jupyter_execute (incl. mpl figure snapshots)
1 parent 33bd64f commit af7623b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: executed-notebooks
39-
path: _build/jupyter_execute/tutorials
39+
path: _build/jupyter_execute
4040
if-no-files-found: error
4141

4242
- name: Upload HTML as GitHub artifact (for debugging)

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ version = "0.1.0"
1515
build = { cmd = [
1616
"sphinx-build",
1717
".", # source directory
18-
"build/html", # target directory
18+
"_build/html", # target directory
1919
"-n", # warn about missing references
2020
"-W", # any warnings fail the build
2121
"-T", # show tracebacks

0 commit comments

Comments
 (0)