diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 13c1360de..c75a9d079 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Build spec run: | mkdir -p out - curl --retry 2 https://api.csswg.org/bikeshed/ --output out/index.html --header "Accept: text/plain, text/html" -F die-on=fatal -F file=@"fetch.bs" + curl --retry 2 --fail https://api.csswg.org/bikeshed/ --output out/index.html --header "Accept: text/plain, text/html" -F die-on=fatal -F file=@"fetch.bs" - name: Upload to Deno Deploy uses: denoland/deployctl@v1