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:
76
76
run : |
77
77
micromamba create -n xeus-lite-host jupyterlite-core
78
78
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
81
81
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
82
82
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
86
83
87
84
- name : Upload artifact
88
85
uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments