diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 89f8f18ad9..a4fc3cb4af 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -89,7 +89,6 @@ jobs: - name: Deploy to Netlify Preview if: github.event_name == 'pull_request' - id: netlify_deploy run: | netlify deploy \ --dir public \ @@ -100,7 +99,6 @@ jobs: - name: Deploy to Netlify Prod if: github.event_name != 'pull_request' - id: netlify_deploy run: | netlify deploy \ --prod \