Skip to content

Commit

Permalink
TRY: Fucking WASM again
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 16, 2024
1 parent 46c782b commit 266a6f0
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,10 +49,10 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v3.0
with:
netlify-config-path: './example/netlify.toml'
publish-dir: './example/build/web'
production-branch: master
production-deploy: true
# netlify-config-path: './example/netlify.toml'
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy to Netlify from GitHub Actions"
enable-pull-request-comment: true
Expand Down

1 comment on commit 266a6f0

@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.