diff --git a/.github/workflows/epub-fxl-a11y b/.github/workflows/epub-fxl-a11y new file mode 100644 index 000000000..45502a98d --- /dev/null +++ b/.github/workflows/epub-fxl-a11y @@ -0,0 +1,27 @@ +# .github/workflows/epub-fxl-a11y.yml +name: CI (EPUB FXL A11Y) +on: + pull_request: + paths: + - "epub33/fxl-a11y/**" + - "epub33/common/**" + push: + branches: [main] + paths: + - "epub33/fxl-a11y/**" + - "epub33/common/**" +jobs: + main: + name: Publish EPUB Fixed Layout Accessibility + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v3 + - uses: w3c/spec-prod@v2 + with: + SOURCE: epub33/fxl-a11y/ + TOOLCHAIN: respec + W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN_FXL_A11Y }} + W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-pm-wg/2023Oct/0028.html + W3C_BUILD_OVERRIDE: | + shortName: epub-fxl-a11y + specStatus: NOTE