Skip to content

Commit d22ca10

Browse files
committed
remove jupyterlite
1 parent 13f71b1 commit d22ca10

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pyodide.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,14 @@ jobs:
4444
version: 3.1.46
4545
- name: Build with Pyodide
4646
run: pyodide build
47+
- name: Normalize package name
48+
run: mv dist/healpy*whl dist/healpy.whl
4749
- name: Setup Pages
4850
uses: actions/configure-pages@v5
49-
- name: Install JupyterLite
50-
run: pip install jupyterlite
51-
- name: Jupyterlite build
52-
run: jupyter lite build --contents test_healpyvis.ipynb --output-dir dist
5351
- name: Upload artifact
5452
uses: actions/upload-pages-artifact@v3
5553
with:
56-
path: './dist'
54+
path: '.'
5755
- name: Deploy to GitHub Pages
5856
id: deployment
5957
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)