We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 653d4ff + d2c849b commit 2d66787Copy full SHA for 2d66787
3 files changed
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build the JupyterLite site
31
shell: bash -l {0}
32
run: |
33
- jupyter lite build --output-dir dist --contents examples/introduction.ipynb
+ jupyter lite build --output-dir dist --contents examples/test-widget-with-ipykernel.ipynb
34
35
- name: Upload artifact
36
uses: actions/upload-pages-artifact@v3
0 commit comments