Skip to content

Commit

Permalink
TRY: WASM build published to Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 16, 2024
1 parent 1bf7f10 commit 69750af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_playground_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './build/web'
publish-dir: './example/build/web'
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
Expand Down

1 comment on commit 69750af

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.