We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c781d0e commit 997ac1dCopy full SHA for 997ac1d
.github/workflows/deploy-pages.yml
@@ -186,7 +186,7 @@ jobs:
186
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
187
micromamba activate xeus-lite-host
188
python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab notebook libarchive-c
189
- jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
+ jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav --output-dir dist
190
191
- name: Upload artifact
192
uses: actions/upload-pages-artifact@v3
0 commit comments