Skip to content

Commit

Permalink
regen html
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Jul 17, 2024
1 parent 525eb3a commit abacd6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ jobs:
status: CRD
- name: WebNN - Validate Bikeshed Source and Generated HTML
shell: bash
env:
BIKESHED_SOURCE: "index.bs"
GENERATED_HTML: "index.bs.built.html"
run: |
echo "::group::Lint Bikeshed Source and Generated Static HTML"
cd tools
npm install
cd ..
node tools/lint.mjs --verbose --bikeshed index.bs --html index.html
bikeshed --die-on=warning spec $BIKESHED_SOURCE $GENERATED_HTML
node tools/lint.mjs --verbose --bikeshed $BIKESHED_SOURCE --html $GENERATED_HTML
echo "::endgroup::"

0 comments on commit abacd6f

Please sign in to comment.