Skip to content

Commit 160c659

Browse files
committed
build -> _build
1 parent 3ded582 commit 160c659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ setup_wasm = {cmd = "pixi install -e jupyterlite-runtime", inputs = ["pixi.lock"
8989
[feature.jupyterlite-host.tasks.build_wasm]
9090
cmd = "jupyter lite build --XeusAddon.prefix=.pixi/envs/jupyterlite-runtime --contents tutorials --output-dir build/html/jupyterlite --settings-overrides=.binder/overrides.json --log-level DEBUG"
9191
depends-on = ["setup_wasm"]
92-
outputs = ["build/html/jupyterlite/"]
92+
outputs = ["_build/html/jupyterlite/"]
9393
inputs = ["pixi.lock", "tutorials/"]
9494

9595
[feature.jupyterlite-host.tasks.start_wasm]
96-
cmd = "python -m http.server 8000 -d build/html/jupyterlite/"
96+
cmd = "python -m http.server 8000 -d _build/html/jupyterlite/"
9797
depends-on = ["build_wasm"]
9898

9999
[environments]

0 commit comments

Comments
 (0)