Skip to content

Commit

Permalink
Fix deploy-github-page.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored and vgvassilev committed Jun 13, 2024
1 parent 0aad6f8 commit cbb440a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@ jobs:
micromamba create -n xeus-lite-host jupyterlite-core
micromamba activate xeus-lite-host
python -m pip install jupyterlite-xeus
mv $GITHUB_WORKSPACE/notebooks dist
mv $GITHUB_WORKSPACE/README.md dist
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --output-dir dist
mkdir -p dist/files
mv notebooks dist/files
mv README.md dist/files
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit cbb440a

Please sign in to comment.