Skip to content

Commit

Permalink
Clean up Pyodide package intermediary files
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Oct 9, 2024
1 parent c261391 commit 9dc920c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
cd pyodide
find . -name jupyter-lite.json -delete
find . -name jupyter_lite_config.json -delete
ls -d packages/*/build/* | xargs rm -r
cd ..
mkdir -p static
cp -r pyodide/dist static/pyodide
Expand Down

0 comments on commit 9dc920c

Please sign in to comment.