We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819c980 commit e8d5deaCopy full SHA for e8d5dea
.github/workflows/deploy-pages.yml
@@ -184,7 +184,7 @@ jobs:
184
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
185
micromamba activate xeus-lite-host
186
python -m pip install jupyterlite-xeus jupyter_server
187
- jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks --output-dir dist
+ jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
188
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190
0 commit comments