From effa7d935d330eac65d43892b8364be903377bd2 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Thu, 21 Sep 2023 13:06:16 -0700 Subject: [PATCH] ci: updated backport PR netlify logic --- .github/workflows/version-branch-update.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/version-branch-update.yaml b/.github/workflows/version-branch-update.yaml index adcf6e8c60..456e85151e 100644 --- a/.github/workflows/version-branch-update.yaml +++ b/.github/workflows/version-branch-update.yaml @@ -50,9 +50,6 @@ jobs: - run: npm ci - - name: compile - run: | - make build - name: Post Netlify progress uses: mshick/add-pr-comment@v2 @@ -60,12 +57,15 @@ jobs: message: | 🤖 Starting the Netlify preview build for commit ${{ github.sha }}. This may take a few minutes. refresh-message-position: true - update-only: true - name: Netlify Build run: | netlify build --context deploy-preview + - name: compile + run: | + make build + - name: Deploy to Netlify id: netlify