We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9eff39 commit 0aad6f8Copy full SHA for 0aad6f8
.github/workflows/deploy-github-page.yml
@@ -86,7 +86,9 @@ jobs:
86
micromamba create -n xeus-lite-host jupyterlite-core
87
micromamba activate xeus-lite-host
88
python -m pip install jupyterlite-xeus
89
- jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents README.md --output-dir dist
+ mv $GITHUB_WORKSPACE/notebooks dist
90
+ mv $GITHUB_WORKSPACE/README.md dist
91
+ jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
92
93
- name: Upload artifact
94
uses: actions/upload-pages-artifact@v3
0 commit comments