Skip to content

Commit

Permalink
Update emscripten_python.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jan 15, 2024
1 parent d992a50 commit 9e938cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/emscripten_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
name: github-pages
path: build_wasm/_output


Expand All @@ -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

0 comments on commit 9e938cb

Please sign in to comment.