Skip to content

Commit 3f40fce

Browse files
committed
auto-publish add css-fonts-4
1 parent 0ff0228 commit 3f40fce

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
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-fonts-4",
34+
"publicationStatus": "WD",
35+
},
3236
{
3337
"shortname": "css-fonts-5",
3438
"publicationStatus": "WD",

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

Lines changed: 13 additions & 2 deletions
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-fonts-4 on /TR
10+
211
on:
312
pull_request:
13+
paths:
14+
- "css-fonts-4/**"
415
push:
516
branches: [main]
6-
paths:
17+
paths:
718
- "css-fonts-4/**"
819
workflow_dispatch:
920

@@ -20,7 +31,7 @@ jobs:
2031
DESTINATION: css-fonts-4/index.html
2132
BUILD_FAIL_ON: warning
2233
VALIDATE_MARKUP: false
23-
W3C_ECHIDNA_TOKEN: ${{ secrets.TR_TOKEN_CSS_FONTS_4}}
34+
W3C_ECHIDNA_TOKEN: ${{ secrets.TR_TOKEN_CSS_FONTS_4 }}
2435
W3C_WG_DECISION_URL: https://www.w3.org/2025/08/21-css-minutes.html#fc30
2536
W3C_BUILD_OVERRIDE: |
2637
status: WD

0 commit comments

Comments
 (0)