File tree Expand file tree Collapse file tree 3 files changed +61
-2
lines changed
Expand file tree Collapse file tree 3 files changed +61
-2
lines changed Original file line number Diff line number Diff line change 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+
19name : Publish css-color-4 on /TR
10+
211on :
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
Original file line number Diff line number Diff line change 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+
19name : Publish css-color-5 on /TR
10+
211on :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments