Skip to content

Commit 373ad2a

Browse files
authored
Attempt to fix emscripten deployment (#414)
1 parent 5ea29a9 commit 373ad2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/deploy-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ jobs:
185185
micromamba activate xeus-lite-host
186186
python -m pip install jupyterlite-xeus
187187
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
188-
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189-
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
188+
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
189+
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
190190
191191
- name: Upload artifact
192192
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)