Meta: update repository files · whatwg/webidl@9db3040
annevk
·
2026-03-15
·
via Recent Commits to webidl:main
| Original file line number | Diff line number | Diff line change |
|---|
|
| 1 | +Please see the [WHATWG Contributor Guidelines](https://github.com/whatwg/meta/blob/main/CONTRIBUTING.md). |
File renamed without changes.
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,13 +2,15 @@ SHELL=/bin/bash -o pipefail
|
2 | 2 | .PHONY: local remote deploy |
3 | 3 | |
4 | 4 | remote: index.bs |
5 | | - @ (HTTP_STATUS=$$(curl https://api.csswg.org/bikeshed/ \ |
| 5 | + @ (HTTP_STATUS=$$(curl https://www.w3.org/publications/spec-generator/ \ |
6 | 6 | --output index.html \ |
7 | 7 | --write-out "%{http_code}" \ |
8 | 8 | --header "Accept: text/plain, text/html" \ |
9 | 9 | -F die-on=warning \ |
10 | 10 | -F md-Text-Macro="COMMIT-SHA LOCAL COPY" \ |
11 | | - -F file=@index.bs) && \ |
| 11 | + -F file=@index.bs \ |
| 12 | + -F type=bikeshed-spec \ |
| 13 | + -F output=html) && \ |
12 | 14 | [[ "$$HTTP_STATUS" -eq "200" ]]) || ( \ |
13 | 15 | echo ""; cat index.html; echo ""; \ |
14 | 16 | rm -f index.html; \ |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。