Skip to content

Commit

Permalink
Merge pull request #2877 from glific/action-fixes
Browse files Browse the repository at this point in the history
update netlify action
  • Loading branch information
kurund authored Apr 24, 2024
2 parents 3bda41b + 411a52e commit b6423ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install Dependencies
run: |
Expand All @@ -16,7 +16,7 @@ jobs:
yarn build
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v1.2
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: './build'
production-branch: master
Expand Down

0 comments on commit b6423ef

Please sign in to comment.