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:
181181 ..
182182 EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
183183
184- - name : Jupyter Lite integration
185- shell : bash -l {0}
186- run : |
184+ - name : Jupyter Lite integration
185+ shell : bash -l {0}
186+ run : |
187187 cd ./xeus-cpp/
188188 micromamba create -n xeus-lite-host jupyterlite-core
189189 micromamba activate xeus-lite-host
190190 python -m pip install jupyterlite-xeus
191191 jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
192192
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/
197197
198198 deploy :
199199 needs : build
@@ -207,4 +207,4 @@ jobs:
207207 steps :
208208 - name : Deploy to GitHub Pages
209209 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