Skip to content

Commit d9c8ec9

Browse files
committed
[autopublish] Add css-color-hdr-1
1 parent 76308ea commit d9c8ec9

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/generate-auto-publish-workflows.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@
2929
"shortname": "css-color-5",
3030
"publicationStatus": "WD",
3131
},
32+
{
33+
"shortname": "css-color-hdr-1",
34+
"publicationStatus": "WD",
35+
},
3236
{
3337
"shortname": "css-fonts-4",
3438
"publicationStatus": "WD",
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
######################################################################
2+
# IMPORTANT: Do not edit this file directly!
3+
#
4+
# This workflow was automatically generated through the
5+
# generate-auto-publish-workflows.py script. To update the workflow,
6+
# make changes to the template file and run the script again.
7+
######################################################################
8+
9+
name: Publish css-color-hdr-1 on /TR
10+
11+
on:
12+
pull_request:
13+
paths:
14+
- "css-color-hdr-1/**"
15+
push:
16+
branches: [main]
17+
paths:
18+
- "css-color-hdr-1/**"
19+
workflow_dispatch:
20+
21+
jobs:
22+
publish-TR-css-color-hdr-1:
23+
name: Publish css-color-hdr-1
24+
runs-on: ubuntu-latest
25+
steps:
26+
- uses: actions/checkout@v6
27+
- uses: w3c/spec-prod@v2
28+
with:
29+
TOOLCHAIN: bikeshed
30+
SOURCE: css-color-hdr-1/Overview.bs
31+
DESTINATION: css-color-hdr-1/index.html
32+
BUILD_FAIL_ON: warning
33+
VALIDATE_MARKUP: false
34+
W3C_ECHIDNA_TOKEN: ${{ secrets.TR_TOKEN_CSS_COLOR_HDR_1 }}
35+
W3C_WG_DECISION_URL: https://www.w3.org/2025/08/21-css-minutes.html#fc30
36+
W3C_BUILD_OVERRIDE: |
37+
status: WD

0 commit comments

Comments
 (0)