Skip to content

Commit cbb440a

Browse files
mcbartonvgvassilev
authored andcommitted
Fix deploy-github-page.yml
1 parent 0aad6f8 commit cbb440a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@ jobs:
8686
micromamba create -n xeus-lite-host jupyterlite-core
8787
micromamba activate xeus-lite-host
8888
python -m pip install jupyterlite-xeus
89-
mv $GITHUB_WORKSPACE/notebooks dist
90-
mv $GITHUB_WORKSPACE/README.md dist
9189
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
90+
mkdir -p dist/files
91+
mv notebooks dist/files
92+
mv README.md dist/files
9293
9394
- name: Upload artifact
9495
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)