###################################################################### # 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-2027 on /TR on: pull_request: paths: - "css-2027/**" push: branches: [main] paths: - "css-2027/**" workflow_dispatch: jobs: publish-TR-css-2027: name: Publish css-2027 runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - uses: w3c/spec-prod@v2 with: TOOLCHAIN: bikeshed SOURCE: css-2027/Overview.bs DESTINATION: css-2027/index.html BUILD_FAIL_ON: warning VALIDATE_MARKUP: false W3C_ECHIDNA_TOKEN: ${{ secrets.TR_TOKEN_CSS_2027 }} W3C_WG_DECISION_URL: https://www.w3.org/2025/08/21-css-minutes.html#fc30 W3C_BUILD_OVERRIDE: | status: NOTE