File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,10 @@ jobs:
7676 run : |
7777 micromamba create -n xeus-lite-host jupyterlite-core
7878 micromamba activate xeus-lite-host
79- python -m pip install jupyterlite-xeus
80- jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
79+ python -m pip install jupyterlite-xeus jupyter_server
80+ jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks -- output-dir dist
8181 cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
8282 cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
83- mkdir -p dist/files
84- mv notebooks dist/files
85- mv README.md dist/files
8683
8784 - name : Upload artifact
8885 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments