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 ef2e95b commit d31c03eCopy full SHA for d31c03e
.github/workflows/build.yml
@@ -112,7 +112,7 @@ jobs:
112
python -m pip install --pre jupyterlite-core jupyterlite_javascript_kernel*.whl
113
- name: Build the JupyterLite site
114
run: |
115
- jupyter lite build --output-dir dist
+ jupyter lite build --output-dir dist --contents examples
116
- name: Upload artifact
117
uses: actions/upload-pages-artifact@v3
118
with:
0 commit comments