From 266a6f050a4a805a828a5722fc0df3998faabfd1 Mon Sep 17 00:00:00 2001 From: rydmike Date: Sat, 16 Nov 2024 19:08:34 +0200 Subject: [PATCH] TRY: Fucking WASM again --- .github/workflows/deploy_playground_netlify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_playground_netlify.yml b/.github/workflows/deploy_playground_netlify.yml index ae00e3d6..033626a6 100644 --- a/.github/workflows/deploy_playground_netlify.yml +++ b/.github/workflows/deploy_playground_netlify.yml @@ -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