Skip to content

Commit c0f0370

Browse files
committed
Auto-publish workflow update, add css-fonts-5
1 parent 81b669c commit c0f0370

File tree

3 files changed

+61
-2
lines changed

3 files changed

+61
-2
lines changed

.github/workflows/css-color-4.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
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+
19
name: Publish css-color-4 on /TR
10+
211
on:
312
pull_request:
13+
paths:
14+
- "css-color-4/**"
415
push:
516
branches: [main]
6-
paths:
17+
paths:
718
- "css-color-4/**"
819
workflow_dispatch:
920

.github/workflows/css-color-5.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
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+
19
name: Publish css-color-5 on /TR
10+
211
on:
312
pull_request:
13+
paths:
14+
- "css-color-5/**"
415
push:
516
branches: [main]
6-
paths:
17+
paths:
718
- "css-color-5/**"
819
workflow_dispatch:
920

.github/workflows/css-fonts-5.yml

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-fonts-5 on /TR
10+
11+
on:
12+
pull_request:
13+
paths:
14+
- "css-fonts-5/**"
15+
push:
16+
branches: [main]
17+
paths:
18+
- "css-fonts-5/**"
19+
workflow_dispatch:
20+
21+
jobs:
22+
publish-TR-css-fonts-5:
23+
name: Publish css-fonts-5
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-fonts-5/Overview.bs
31+
DESTINATION: css-fonts-5/index.html
32+
BUILD_FAIL_ON: warning
33+
VALIDATE_MARKUP: false
34+
W3C_ECHIDNA_TOKEN: ${{ secrets.TR_TOKEN_CSS_FONTS_5 }}
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)