diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0f4f249..47d868e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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_0.26.2.tar.bz2 --contents content --output-dir dist + jupyter lite build --pyodide https://ngsolve.org/files/ngsolve_pyodide_pyodide_from_branch0.26.2.tar.bz2 --contents content --output-dir dist - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: