From dfe1e3f4270e9092bc7456682d73551ec4cb5fb4 Mon Sep 17 00:00:00 2001 From: Simon Farre Date: Tue, 10 Mar 2026 17:29:49 +0100 Subject: [PATCH] Bikeshed has migrated to new URL And beyond that, we also now have to provide the -F type=bikeshed-spec arguments See https://github.com/w3c/spec-generator/wiki/Migrating-Bikeshed-HTTP-API-usage-to-spec%E2%80%90generator --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1c3068..21dbe0e 100644 --- a/Makefile +++ b/Makefile @@ -2,10 +2,11 @@ SHELL=/bin/bash -o pipefail .PHONY: local remote deploy remote: fullscreen.bs - @ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \ + @ (HTTP_STATUS=$$(curl https://www.w3.org/publications/spec-generator/ \ --output fullscreen.html \ --write-out "%{http_code}" \ --header "Accept: text/plain, text/html" \ + -F type=bikeshed-spec \ -F die-on=warning \ -F md-Text-Macro="COMMIT-SHA LOCAL COPY" \ -F file=@fullscreen.bs) && \