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