Skip to content

Commit c68bbc9

Browse files
committed
update netlify deploy command
1 parent d8e38eb commit c68bbc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Publish
3838
uses: netlify/actions/cli@master
3939
with:
40-
args: deploy --dir=public --prod
40+
args: deploy --dir=public --prod --no-build
4141
env:
4242
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
4343
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}

0 commit comments

Comments
 (0)