We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bddb09 commit c87f104Copy full SHA for c87f104
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install -r requirements.txt
24
- name: Build the JupyterLite site
25
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
+ jupyter lite build --pyodide https://ngsolve.org/files/pyodide-0.26.0a3/ngsolve_pyodide.tar.bz2 --contents content --output-dir dist
27
- name: Upload artifact
28
uses: actions/upload-pages-artifact@v1
29
with:
0 commit comments