Skip to content

Commit cc1b9c5

Browse files
authored
fix netlify deploy (#5224)
1 parent e85b569 commit cc1b9c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/netlify-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: netlify-deploy
77

88
on:
99
workflow_run:
10-
workflows: ['netlify-build']
10+
workflows: ["netlify-build"]
1111
types:
1212
- completed
1313

@@ -34,8 +34,8 @@ jobs:
3434
3535
- name: Deploy to Netlify
3636
run: |
37-
ls -l netlify_build/
37+
ls -la
3838
DEBUG=* netlify deploy \
3939
--site ${{ secrets.NETLIFY_SITE_ID }} \
4040
--auth ${{ secrets.NETLIFY_TOKEN }} \
41-
${{ github.event.workflow_run.head_branch == 'main' && '--prod' || '' }} \
41+
${{ github.event.workflow_run.head_branch == 'main' && '--prod' || '' }}

0 commit comments

Comments
 (0)