Skip to content

Commit e8d5dea

Browse files
authored
Reference notebook where everything is known to work (#428)
1 parent 819c980 commit e8d5dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
185185
micromamba activate xeus-lite-host
186186
python -m pip install jupyterlite-xeus jupyter_server
187-
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks --output-dir dist
187+
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --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)