Skip to content

Commit c98da83

Browse files
committed
only die on fatal errors
1 parent eaac5bd commit c98da83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build spec
1717
run: |
1818
mkdir -p out
19-
curl --retry 2 https://api.csswg.org/bikeshed/ --output out/index.html --header "Accept: text/plain, text/html" -F die-on=warning -F file=@"index.bs"
19+
curl --retry 2 https://api.csswg.org/bikeshed/ --output out/index.html --header "Accept: text/plain, text/html" -F die-on=fatal -F file=@"index.bs"
2020
2121
- name: Upload to Deno Deploy
2222
uses: denoland/deployctl@v1

0 commit comments

Comments
 (0)