Skip to content

Commit 0822635

Browse files
committed
Meta: update repository files
See https://github.com/whatwg/spec-factory for details.
1 parent 38e3f59 commit 0822635

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
File renamed without changes.
File renamed without changes.

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ SHELL=/bin/bash -o pipefail
22
.PHONY: local remote deploy
33

44
remote: xhr.bs
5-
@ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \
5+
@ (HTTP_STATUS=$$(curl https://www.w3.org/publications/spec-generator/ \
66
--output xhr.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=@xhr.bs) && \
11+
-F file=@xhr.bs \
12+
-F type=bikeshed-spec \
13+
-F output=html) && \
1214
[[ "$$HTTP_STATUS" -eq "200" ]]) || ( \
1315
echo ""; cat xhr.html; echo ""; \
1416
rm -f xhr.html; \

0 commit comments

Comments
 (0)