Skip to content

Commit 23b2127

Browse files
committed
Try to fix returning Netlify build error
1 parent 9e47a82 commit 23b2127

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
name: "build-output"
4545
path: "lib/"
4646
- run: "npm install --global netlify-cli@latest"
47-
- run: "netlify deploy --dir . --prod true"
47+
- run: "netlify --version"
48+
- run: "netlify deploy --dir . --no-build --prod true"
4849
env:
4950
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
5051
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)