diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e34b035..bb6d286 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,8 +36,11 @@ jobs: run: pnpm exec prettier . --check - name: Build run: make build - - uses: jsmrcaga/action-netlify-deploy@master + - name: Deploy to Netlify + uses: nwtgck/actions-netlify@v3.0 with: + publish-dir: './build' + env: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} - NETLIFY_DEPLOY_TO_PROD: true + timeout-minutes: 1