Update copyright links #3
Workflow file for this run
This file contains 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
# .github/workflows/epub-a11y-exemption-property.yml | |
name: CI (EPUB Accessibility Exemption Property) | |
on: | |
pull_request: | |
paths: | |
- "epub33/a11y-exemption/**" | |
- "epub33/common/**" | |
push: | |
branches: [main] | |
paths: | |
- "epub33/a11y-exemption/**" | |
- "epub33/common/**" | |
jobs: | |
main: | |
name: Publish EPUB Accessibility Exemption Property | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: w3c/spec-prod@v2 | |
with: | |
SOURCE: epub33/a11y-exemption/ | |
TOOLCHAIN: respec | |
W3C_ECHIDNA_TOKEN: ${{ secrets.W3C_TR_TOKEN_A11Y_EXEMPTION }} | |
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-pm-wg/2023Oct/0028.html | |
W3C_BUILD_OVERRIDE: | | |
shortName: epub-a11y-exemption | |
specStatus: NOTE |