From c34e5de6e8fab357aacc26726b5de245a1164ace Mon Sep 17 00:00:00 2001 From: Peter Siska Date: Thu, 19 Oct 2023 16:54:31 +0200 Subject: [PATCH] fix: netlify deployment --- .github/workflows/deploy-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 39d0399..fef86a4 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -61,6 +61,7 @@ jobs: - name: Deploy id: deploy run: | + mv package.json _package.json && \ netlify deploy \ --alias ${{ env.BRANCH_NAME_SLUG }} \ --build false \