Skip to content

Commit

Permalink
remove jupyterlite
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 17, 2024
1 parent 13f71b1 commit d22ca10
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,14 @@ jobs:
version: 3.1.46
- name: Build with Pyodide
run: pyodide build
- name: Normalize package name
run: mv dist/healpy*whl dist/healpy.whl
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install JupyterLite
run: pip install jupyterlite
- name: Jupyterlite build
run: jupyter lite build --contents test_healpyvis.ipynb --output-dir dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './dist'
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit d22ca10

Please sign in to comment.