Skip to content

Added ipr to gh-action #33

Added ipr to gh-action

Added ipr to gh-action #33

name: Node CI
on:
push:
branches:
- main
paths:
- errata.html
- reports/implementation.html
pull_request: {}
jobs:
generate-errata:
name: Generate errata and implementation report
runs-on: ubuntu-latest # only linux supported at present
permissions:
contents: write
strategy:
max-parallel: 1
matrix:
include:
- source: errata.html
- source: reports/implementation.html
steps:
- uses: actions/checkout@v4
- uses: w3c/spec-prod@v2
with:
SOURCE: ${{ matrix.source }}
TOOLCHAIN: respec
VALIDATE_LINKS: false
VALIDATE_PUBRULES: false
GH_PAGES_BRANCH: gh-pages