We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaac5bd commit c98da83Copy full SHA for c98da83
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build spec
17
run: |
18
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"
+ 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"
20
21
- name: Upload to Deno Deploy
22
uses: denoland/deployctl@v1
0 commit comments