Skip to content

Commit

Permalink
use webgui branch of ngsolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Dec 6, 2024
1 parent a3a7aa9 commit 3b4b14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install -r requirements.txt
- name: Build the JupyterLite site
run: |
jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_pyodide_from_branch0.26.2.tar.bz2 --contents content --output-dir dist
jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_webgui_0.26.2.tar.bz2 --contents content --output-dir dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 3b4b14e

Please sign in to comment.