Skip to content

Commit 4925eb7

Browse files
committed
skip build on netlify's side
1 parent 209767d commit 4925eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Deploy to Netlify
5959
run: |
60-
netlify deploy \
60+
netlify deploy --no-build \
6161
--dir build \
6262
--site ${{ secrets.NETLIFY_SITE_ID }} \
6363
--auth ${{ secrets.NETLIFY_ACCESS_TOKEN }} \

0 commit comments

Comments
 (0)