Skip to content

Commit

Permalink
Try cleaning up after us more
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Apr 8, 2024
1 parent 3321050 commit 0400340
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
git apply --whitespace=nowarn --reverse ../patches/pyodide.patch
rm -rf packages/fcpy/fcpy
rm -rf packages/field-compression-benchmark/field-compression-benchmark
rm -rf .docker_home
find . -name jupyter-lite.json -delete
find . -name jupyter_lite_config.json -delete
cd ..
Expand All @@ -61,6 +62,7 @@ jobs:
jupyter lite build --output-dir dist
cp ./_headers dist/
cp -r data dist/
rm -rf static
- name: Deploy to dist branch
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 0400340

Please sign in to comment.