Skip to content

Commit 5ee5c91

Browse files
deniaksvgeesus
authored andcommitted
enable auto-publication for css-color-5
1 parent aaaab1d commit 5ee5c91

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

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

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

0 commit comments

Comments
 (0)