diff --git a/.github/workflows/emscripten_python.yaml b/.github/workflows/emscripten_python.yaml index 573c543..525c950 100644 --- a/.github/workflows/emscripten_python.yaml +++ b/.github/workflows/emscripten_python.yaml @@ -54,7 +54,6 @@ jobs: - name: Upload Pages artifact uses: actions/upload-pages-artifact@v2 with: - name: github-pages path: build_wasm/_output @@ -78,4 +77,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + uses: actions/deploy-pages@v3 # or specific "vX.X.X" version tag for this action