File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241
241
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
242
242
micromamba activate xeus-lite-host
243
243
python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab notebook libarchive-c
244
- 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
244
+ jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/ images/marie.png --contents notebooks/audio/audio.wav --output-dir dist
245
245
246
246
- name : Upload artifact
247
247
uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ cd ../..
319
319
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
320
320
micromamba activate xeus-lite-host
321
321
python -m pip install jupyterlite-xeus jupyter_server
322
- jupyter lite build --XeusAddon.prefix=$PREFIX --contents xeus-cpp/notebooks/xeus-cpp-lite-demo.ipynb
322
+ jupyter lite build --XeusAddon.prefix=$PREFIX --contents xeus-cpp/notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav
323
323
```
324
324
325
325
Once the Jupyter Lite site has built you can test the website locally by executing
Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ for testing execute the following
344
344
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
345
345
micromamba activate xeus-lite-host
346
346
python -m pip install jupyterlite-xeus jupyter_server
347
- jupyter lite build --XeusAddon.prefix=$PREFIX --contents xeus-cpp/notebooks/xeus-cpp-lite-demo.ipynb
347
+ jupyter lite build --XeusAddon.prefix=$PREFIX --contents xeus-cpp/notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav
348
348
349
349
Once the Jupyter Lite site has built you can test the website locally by
350
350
executing
You can’t perform that action at this time.
0 commit comments