diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index f40be6b1..20e029fb 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -183,7 +183,7 @@ jobs: cd ./xeus-cpp/ micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge micromamba activate xeus-lite-host - python -m pip install jupyterlite-xeus jupyter_server + python -m pip install jupyterlite-xeus jupyter_server notebook jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static