Skip to content

Commit 819c980

Browse files
authored
Add example notebooks to deployment (#426)
1 parent 1c7ff67 commit 819c980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ jobs:
183183
cd ./xeus-cpp/
184184
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
185185
micromamba activate xeus-lite-host
186-
python -m pip install jupyterlite-xeus
187-
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
186+
python -m pip install jupyterlite-xeus jupyter_server
187+
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks --output-dir dist
188188
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189189
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190190

0 commit comments

Comments
 (0)