We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d195d35 commit c30b7f7Copy full SHA for c30b7f7
.github/workflows/css-fonts-4.yml
@@ -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