Skip to content

Commit

Permalink
Build f WASM again
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Nov 16, 2024
1 parent 266a6f0 commit cf19038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_playground_netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
publish-dir: './example/build/web'
production-branch: master
production-deploy: true
# netlify-config-path: './example/netlify.toml'
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
2 changes: 1 addition & 1 deletion example/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
for = "/*"
[headers.values]
Cross-Origin-Embedder-Policy = "require-corp"
Cross-Origin-Opener-Policy = "same-origin"
Cross-Origin-Opener-Policy = "same-origin"

1 comment on commit cf19038

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