Skip to content

Commit

Permalink
ci: updated backport PR netlify logic
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Sep 21, 2023
1 parent 1cdb5e1 commit effa7d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/version-branch-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@ jobs:

- run: npm ci

- name: compile
run: |
make build

- name: Post Netlify progress
uses: mshick/add-pr-comment@v2
with:
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
Expand Down

0 comments on commit effa7d9

Please sign in to comment.