Skip to content

Commit a36266d

Browse files
committed
fix build
1 parent 1f10cc7 commit a36266d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,13 @@ jobs:
7171
run: |
7272
python -m pip install --pre jupyterlite-core jupyterlite-pyodide-kernel jupyterlab_hybrid_kernels*.whl
7373
- name: Build the JupyterLite site
74+
working-directory: docs
7475
run: |
7576
jupyter lite build --output-dir dist
7677
- name: Upload artifact
7778
uses: actions/upload-pages-artifact@v3
7879
with:
79-
path: ./dist
80+
path: ./docs/dist
8081

8182
deploy_lite:
8283
needs: build_lite

0 commit comments

Comments
 (0)