Skip to content

Commit 0aad6f8

Browse files
mcbartonvgvassilev
authored andcommitted
Add example notebooks + readme.md to Jupyter Lite demo
1 parent d9eff39 commit 0aad6f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ jobs:
8686
micromamba create -n xeus-lite-host jupyterlite-core
8787
micromamba activate xeus-lite-host
8888
python -m pip install jupyterlite-xeus
89-
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents README.md --output-dir dist
89+
mv $GITHUB_WORKSPACE/notebooks dist
90+
mv $GITHUB_WORKSPACE/README.md dist
91+
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
9092
9193
- name: Upload artifact
9294
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)