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 1f10cc7 commit a36266dCopy full SHA for a36266d
.github/workflows/build.yml
@@ -71,12 +71,13 @@ jobs:
71
run: |
72
python -m pip install --pre jupyterlite-core jupyterlite-pyodide-kernel jupyterlab_hybrid_kernels*.whl
73
- name: Build the JupyterLite site
74
+ working-directory: docs
75
76
jupyter lite build --output-dir dist
77
- name: Upload artifact
78
uses: actions/upload-pages-artifact@v3
79
with:
- path: ./dist
80
+ path: ./docs/dist
81
82
deploy_lite:
83
needs: build_lite
0 commit comments