Skip to content

Commit e6f4012

Browse files
authored
Add example notebooks to deployment (#205)
1 parent 15297a3 commit e6f4012

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,10 @@ jobs:
7676
run: |
7777
micromamba create -n xeus-lite-host jupyterlite-core
7878
micromamba activate xeus-lite-host
79-
python -m pip install jupyterlite-xeus
80-
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
79+
python -m pip install jupyterlite-xeus jupyter_server
80+
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks --output-dir dist
8181
cp $PREFIX/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
8282
cp $PREFIX/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
83-
mkdir -p dist/files
84-
mv notebooks dist/files
85-
mv README.md dist/files
8683
8784
- name: Upload artifact
8885
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)