Skip to content

Commit 159fd49

Browse files
authored
Merge pull request #265 from contentauth/update-nwtgck/actions-netlify
Update Netlify deploy action
2 parents 727fc80 + e9aeb7a commit 159fd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Build site
2929
run: npm run build
3030
- name: Deploy to Netlify
31-
uses: nwtgck/actions-netlify@v1.2
31+
uses: nwtgck/actions-netlify@v3.0
3232
with:
3333
publish-dir: './site/build'
3434
production-branch: main

0 commit comments

Comments
 (0)