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 2ce01cd commit c361895Copy full SHA for c361895
.github/workflows/deploy-docs.yml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Deploy to Netlify (Production)
58
if: github.event_name == 'push'
59
- uses: nwtgck/actions-netlify@v3.0
+ uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
60
with:
61
publish-dir: "./docs"
62
production-branch: master
@@ -69,7 +69,7 @@ jobs:
69
70
- name: Deploy to Netlify (Preview)
71
if: github.event_name == 'pull_request'
72
+ uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654 # v3.0
73
74
75
0 commit comments