File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -181,19 +181,19 @@ jobs:
181
181
..
182
182
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
183
183
184
- - name : Jupyter Lite integration
185
- shell : bash -l {0}
186
- run : |
184
+ - name : Jupyter Lite integration
185
+ shell : bash -l {0}
186
+ run : |
187
187
cd ./xeus-cpp/
188
188
micromamba create -n xeus-lite-host jupyterlite-core
189
189
micromamba activate xeus-lite-host
190
190
python -m pip install jupyterlite-xeus
191
191
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
192
192
193
- - name : Upload artifact
194
- uses : actions/upload-pages-artifact@v3
195
- with :
196
- path : ./xeus-cpp/dist/
193
+ - name : Upload artifact
194
+ uses : actions/upload-pages-artifact@v3
195
+ with :
196
+ path : ./xeus-cpp/dist/
197
197
198
198
deploy :
199
199
needs : build
@@ -207,4 +207,4 @@ jobs:
207
207
steps :
208
208
- name : Deploy to GitHub Pages
209
209
id : deployment
210
- uses : actions/deploy-pages@v4
210
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments