Skip to content

Commit daf1662

Browse files
authored
ci: fix netlify preview args [skip ci] (#776)
Signed-off-by: Jack Yu <[email protected]>
1 parent f4fcda3 commit daf1662

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
- name: Deploy to Netlify
6464
run: >
6565
netlify deploy
66+
--no-build
6667
--site ${{ secrets.NETLIFY_SITE_ID }}
6768
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
6869
--message "Deploy from GitHub Action (pull-request: ${{ github.event.number }}, ${{ github.event.pull_request.head.sha }})"

0 commit comments

Comments
 (0)