We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266a6f0 commit cf19038Copy full SHA for cf19038
.github/workflows/deploy_playground_netlify.yml
@@ -52,7 +52,7 @@ jobs:
52
publish-dir: './example/build/web'
53
production-branch: master
54
production-deploy: true
55
- # netlify-config-path: './example/netlify.toml'
+ netlify-config-path: './example/netlify.toml'
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
deploy-message: "Deploy to Netlify from GitHub Actions"
58
enable-pull-request-comment: true
example/netlify.toml
@@ -2,4 +2,4 @@
2
for = "/*"
3
[headers.values]
4
Cross-Origin-Embedder-Policy = "require-corp"
5
- Cross-Origin-Opener-Policy = "same-origin"
+ Cross-Origin-Opener-Policy = "same-origin"
0 commit comments