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.
2 parents 37d10d7 + e877b2c commit 30f4fe3Copy full SHA for 30f4fe3
.github/workflows/build-docs.yaml
@@ -122,7 +122,8 @@ jobs:
122
NETLIFY_SITE_ID: ${{ secrets[format('NETLIFY_SITE_ID_{0}', matrix.provider)] }}
123
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
124
with:
125
- args: "deploy --prod --dir ./build --message 'Deploy from Github Action'"
+ args: >
126
+ deploy --prod --dir ./build --message "Deploy from Github Action"
127
128
- name: prepare Slack message
129
env:
0 commit comments