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