Skip to content

Commit e53eefb

Browse files
committed
Try to fix the previous commit
1 parent 36cbea0 commit e53eefb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/Jupyter-serve/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ runs:
3737
sleep 10
3838
# Show get requests for Jupyter Lite website in terminal. Not completely
3939
# necessary, but can be a nice to have when it comes to debugging.
40-
nc -l 8000 &
40+
sudo lsof -i :8000

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus -c conda-forge -y;
3838
micromamba activate xeus-lite-host;
3939
python -m pip install jupyterlite-xeus jupyter_server;
40-
jupyter lite build --XeusAddon.prefix=$PREFIX \\
40+
jupyter lite build --settings-overrides=overrides.json --XeusAddon.prefix=$PREFIX \\
4141
--XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
4242
--XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
4343
--contents notebooks/xeus-cpp-lite-demo.ipynb \\

0 commit comments

Comments
 (0)