We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba86571 commit 5465666Copy full SHA for 5465666
.github/workflows/ci-cd.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Untar site artifact
55
run: tar --directory output/ -xvf output/artifact.tar
56
- name: Deploy preview to Netlify
57
- uses: nwtgck/actions-netlify@v2
+ uses: nwtgck/actions-netlify@v3
58
env:
59
NETLIFY_SITE_ID: "${{ secrets.NETLIFY_SITE_ID }}"
60
NETLIFY_AUTH_TOKEN: "${{ secrets.NETLIFY_AUTH_TOKEN }}"
0 commit comments