Skip to content

Commit

Permalink
Merge pull request #121 from martinRenou/fix_deployment_take_2
Browse files Browse the repository at this point in the history
Fix contents in deployment (take 3)
  • Loading branch information
martinRenou authored Jan 15, 2025
2 parents f180c40 + fea235f commit 5cca9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Jupyter Lite integration
shell: bash -l {0}
run: |
micromamba create -n xeus-lite-host jupyterlite-core jupyter-server
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
micromamba activate xeus-lite-host
python -m pip install jupyterlite-xeus
jupyter lite build \
Expand Down

0 comments on commit 5cca9d2

Please sign in to comment.