Skip to content

Commit c30b7f7

Browse files
committed
Auto-publish CSS Fonts 4
1 parent d195d35 commit c30b7f7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Publish css-fonts-4 on /TR
2+
on:
3+
pull_request:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "css-fonts-4/**"
8+
workflow_dispatch:
9+
10+
jobs:
11+
publish-TR-css-fonts-4:
12+
name: Publish css-fonts-4
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v6
16+
- uses: w3c/spec-prod@v2
17+
with:
18+
TOOLCHAIN: bikeshed
19+
SOURCE: css-fonts-4/Overview.bs
20+
DESTINATION: css-fonts-4/index.html
21+
BUILD_FAIL_ON: warning
22+
VALIDATE_MARKUP: false
23+
W3C_ECHIDNA_TOKEN: ${{ secrets.TR_TOKEN_CSS_FONTS_4}}
24+
W3C_WG_DECISION_URL: https://www.w3.org/2025/08/21-css-minutes.html#fc30
25+
W3C_BUILD_OVERRIDE: |
26+
status: WD

0 commit comments

Comments
 (0)