Skip to content

Commit 30f4fe3

Browse files
authored
Merge pull request #243 from stackql/feature/provider-docs
updated ci
2 parents 37d10d7 + e877b2c commit 30f4fe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ jobs:
122122
NETLIFY_SITE_ID: ${{ secrets[format('NETLIFY_SITE_ID_{0}', matrix.provider)] }}
123123
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
124124
with:
125-
args: "deploy --prod --dir ./build --message 'Deploy from Github Action'"
125+
args: >
126+
deploy --prod --dir ./build --message "Deploy from Github Action"
126127
127128
- name: prepare Slack message
128129
env:

0 commit comments

Comments
 (0)