diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1870d51ce..9d12f4155 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -75,7 +75,7 @@ jobs: continue-on-error: ${{ github.event_name != 'release' }} run: python tools/requirements.py - name: Extract the PyPa simple repository API - run: python tools/pypa-simple.py ../../../static/pyodide/ + run: python tools/pypa-simple.py https://lab.climet.eu/${{ env.CLIMETLAB_VERSION }}/static/pyodide/ - name: Clean up the pyodide build run: | cd pyodide