Skip to content

Commit

Permalink
Tries to build jupyter-lite where it can
Browse files Browse the repository at this point in the history
  • Loading branch information
dpshelio committed Feb 12, 2025
1 parent f927857 commit 464880a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
run: |
find . -type d -name .pytest_cache -o -name .ruff_cache -o -name .doctrees | xargs rm -rf
mkdir contents
mkdir _site/jupyter-lite
sudo mkdir _site/jupyter-lite # sudo because jekyll-build-pages creates the directory as a different user
find ch*/ -type f -name '*.ipynb' ! -name '*.nbconvert.ipynb' -exec rsync -R {} contents/ \;
jupyter lite build --contents contents --output-dir _site/jupyter-lite
sudo jupyter lite build --contents contents --output-dir _site/jupyter-lite
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 464880a

Please sign in to comment.