Skip to content

Commit fa78aaa

Browse files
Merge pull request #251 from theIDinside/fix-bikeshed-generation
Add new API endpoint & explicit type parameter
2 parents 2983289 + b7f482d commit fa78aaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LOCAL_BIKESHED := $(shell command -v bikeshed 2> /dev/null)
22

33
index.html: index.bs
44
ifndef LOCAL_BIKESHED
5-
curl https://api.csswg.org/bikeshed/ -f -F file=@$< >$@;
5+
curl https://www.w3.org/publications/spec-generator/ -f -F type=bikeshed-spec -F file=@$< >$@;
66
else
77
bikeshed spec $<
88
endif

0 commit comments

Comments
 (0)