Skip to content

Commit aace669

Browse files
authored
Fix deployment (#317)
1 parent a1e22aa commit aace669

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash -l {0}
7171
run: |
7272
set -e
73-
micromamba create -n xeus-lite-host jupyterlite-core
73+
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
7474
micromamba activate xeus-lite-host
7575
cd build/test
7676
# Fresh install browsers, and run Emscripten tests in them
@@ -140,7 +140,6 @@ jobs:
140140
- name: Jupyter Lite integration
141141
shell: bash -l {0}
142142
run: |
143-
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
144143
micromamba activate xeus-lite-host
145144
python -m pip install jupyterlite-xeus
146145
jupyter lite build \

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ To do this on Ubuntu x86 execute the following
147147

148148
To build Jupyter Lite with this kernel without creating a website you can execute the following
149149
```bash
150-
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
150+
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
151151
micromamba activate xeus-lite-host
152152
python -m pip install jupyterlite-xeus
153153
jupyter lite build --XeusAddon.prefix=$PREFIX

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ To do this on Ubuntu x86 execute the following
148148

149149
To build Jupyter Lite with this kernel without creating a website you can execute the following
150150
```bash
151-
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
151+
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
152152
micromamba activate xeus-lite-host
153153
python -m pip install jupyterlite-xeus
154154
jupyter lite build --XeusAddon.prefix=$PREFIX

docs/source/InstallationAndUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
137137

138138
.. code-block:: bash
139139
140-
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
140+
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server -c conda-forge
141141
micromamba activate xeus-lite-host
142142
python -m pip install jupyterlite-xeus
143143
jupyter lite build --XeusAddon.prefix=$PREFIX

0 commit comments

Comments
 (0)