Skip to content

Commit 997ac1d

Browse files
authored
Add content to deployment needed to use all of demo notebook (#479)
1 parent c781d0e commit 997ac1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
187187
micromamba activate xeus-lite-host
188188
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
189+
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
190190
191191
- name: Upload artifact
192192
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)