File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,13 +2,15 @@ SHELL=/bin/bash -o pipefail
22.PHONY : local remote deploy
33
44remote : notifications.bs
5- @ (HTTP_STATUS=$$ (curl https://api.csswg .org/bikeshed / \
5+ @ (HTTP_STATUS=$$ (curl https://www.w3 .org/publications/spec-generator / \
66 --output notifications.html \
77 --write-out " %{http_code}" \
88 --header " Accept: text/plain, text/html" \
99 -F die-on=warning \
1010 -F md-Text-Macro=" COMMIT-SHA LOCAL COPY" \
11- -F file=@notifications.bs) && \
11+ -F file=@notifications.bs \
12+ -F type=bikeshed-spec \
13+ -F output=html) && \
1214 [[ " $$ HTTP_STATUS" -eq " 200" ]]) || ( \
1315 echo " " ; cat notifications.html; echo " " ; \
1416 rm -f notifications.html; \
You can’t perform that action at this time.
0 commit comments