We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776f04a commit 2e0e355Copy full SHA for 2e0e355
.github/workflows/rust.yml
@@ -88,4 +88,6 @@ jobs:
88
-H "Authorization: Bearer ${NETLIFY_ACCESS_TOKEN}" \
89
--data-binary "@dist.zip" \
90
https://api.netlify.com/api/v1/sites/webzebra.netlify.app/deploys \
91
- --fail
+ --fail \
92
+ -o /dev/null \
93
+ --show-error
0 commit comments