diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 389301cf..02fe6662 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -33,7 +33,7 @@ jobs: run: echo "BRANCH_NAME=$(echo ${GITHUB_REF#refs/heads/})" >> $GITHUB_ENV - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3 with: publish-dir: "./website/build" production-deploy: true diff --git a/.github/workflows/website-preview.yml b/.github/workflows/website-preview.yml index 9e1e3822..f3cdaf23 100644 --- a/.github/workflows/website-preview.yml +++ b/.github/workflows/website-preview.yml @@ -33,7 +33,7 @@ jobs: echo "DEPLOY_NAME=deploy-preview-${{ github.event.number }}" >> $GITHUB_ENV - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3 with: publish-dir: "./website/build" production-deploy: false