Skip to content

Commit

Permalink
Add content to deployment needed to use all of demo notebook (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 22, 2025
1 parent c781d0e commit 997ac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
micromamba activate xeus-lite-host
python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab notebook libarchive-c
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
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 997ac1d

Please sign in to comment.