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 33bd64f commit af7623bCopy full SHA for af7623b
.github/workflows/cd.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: actions/upload-artifact@v4
37
with:
38
name: executed-notebooks
39
- path: _build/jupyter_execute/tutorials
+ path: _build/jupyter_execute
40
if-no-files-found: error
41
42
- name: Upload HTML as GitHub artifact (for debugging)
pixi.toml
@@ -15,7 +15,7 @@ version = "0.1.0"
15
build = { cmd = [
16
"sphinx-build",
17
".", # source directory
18
- "build/html", # target directory
+ "_build/html", # target directory
19
"-n", # warn about missing references
20
"-W", # any warnings fail the build
21
"-T", # show tracebacks
0 commit comments