Skip to content

Commit c87f104

Browse files
committed
Fix link to pyodide
1 parent 6bddb09 commit c87f104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install -r requirements.txt
2424
- name: Build the JupyterLite site
2525
run: |
26-
jupyter lite build --pyodide https://www.asc.tuwien.ac.at/~mhochsteger/ngsolve/pyodide-0.26.0a3/ngsolve_pyodide.tar.bz2 --contents content --output-dir dist
26+
jupyter lite build --pyodide https://ngsolve.org/files/pyodide-0.26.0a3/ngsolve_pyodide.tar.bz2 --contents content --output-dir dist
2727
- name: Upload artifact
2828
uses: actions/upload-pages-artifact@v1
2929
with:

0 commit comments

Comments
 (0)