Skip to content

Commit 827d2df

Browse files
authored
Fix deploy-pages.yml (#382)
1 parent b9c4822 commit 827d2df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)