Skip to content

Commit

Permalink
Added ipr to gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
himorin authored Jun 17, 2024
1 parent 0fb6edc commit 845dd3b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/auto-publish-errata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,26 @@ on:
- main
paths:
- errata.html
- reports/implementation.html
pull_request: {}

jobs:
generate-errata:
name: 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: errata.html
SOURCE: ${{ matrix.source }}
TOOLCHAIN: respec
VALIDATE_LINKS: false
VALIDATE_PUBRULES: false
Expand Down

0 comments on commit 845dd3b

Please sign in to comment.