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 8e99164 commit 2f244b2Copy full SHA for 2f244b2
README.md
@@ -33,7 +33,7 @@ jobs:
33
# build your site for deployment... in this case the `public` folder is being deployed
34
35
- name: Publish
36
- uses: South-Paw/action-netlify-cli@v1
+ uses: South-Paw/action-netlify-cli@1.0.1
37
id: netlify
38
with:
39
# be sure to escape any double quotes with a backslash and note that the --json
@@ -64,7 +64,7 @@ jobs:
64
# ... steps to build your site for deployment
65
66
- name: Deploy to Netlify
67
68
69
70
args: deploy --json --prod --dir './public' --message 'production [${{ github.sha }}]'
0 commit comments