Added image form of light-dark() and examples, fixes #12513 (#13651) #24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###################################################################### | |
| # IMPORTANT: Do not edit this file directly! | |
| # | |
| # This workflow was automatically generated through the | |
| # generate-auto-publish-workflows.py script. To update the workflow, | |
| # make changes to the template file and run the script again. | |
| ###################################################################### | |
| name: Publish css-color-5 on /TR | |
| on: | |
| pull_request: | |
| paths: | |
| - "css-color-5/**" | |
| push: | |
| branches: [main] | |
| paths: | |
| - "css-color-5/**" | |
| workflow_dispatch: | |
| jobs: | |
| publish-TR-css-color-5: | |
| name: Publish css-color-5 | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: w3c/spec-prod@v2 | |
| with: | |
| TOOLCHAIN: bikeshed | |
| SOURCE: css-color-5/Overview.bs | |
| DESTINATION: css-color-5/index.html | |
| BUILD_FAIL_ON: warning | |
| VALIDATE_MARKUP: false | |
| W3C_ECHIDNA_TOKEN: ${{ secrets.TR_TOKEN_CSS_COLOR_5 }} | |
| W3C_WG_DECISION_URL: https://un5gmtkzgkj46tygt32g.julianrbryant.com/2025/08/21-css-minutes.html#fc30 | |
| W3C_BUILD_OVERRIDE: | | |
| status: WD |