We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155d90f commit 8208f36Copy full SHA for 8208f36
.github/workflows/build-wasm.yaml
@@ -41,7 +41,7 @@ jobs:
41
name: github-pages
42
url: ${{ steps.deployment.outputs.page_url }}
43
runs-on: ubuntu-latest
44
- needs: build
+ needs: build_wasm
45
steps:
46
- name: Deploy to GitHub Pages
47
id: deployment
0 commit comments