Skip to content

Commit 3f4fb86

Browse files
authored
Merge pull request #246 from stackql/feature/provider-docs
updated ci
2 parents 096eb2d + c8a8fe7 commit 3f4fb86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ 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: >
126-
deploy --prod --dir ./build --message "Deploy from Github Action"
125+
args: deploy --prod --dir=./build --message="Deploy from Github Action"
127126

128127
- name: prepare Slack message
129128
env:

0 commit comments

Comments
 (0)