-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
HousekeepingscriptPull requests that update Bash or JavaScript codePull requests that update Bash or JavaScript code
Description
Currently, to build the HTML versions of the spec, you need to simulate .github/workflows/respec.yam
by doing (in the root of a checked-out main
branch of the repository):
- make sure you have node version 20 installed
npm install
./scripts/md2html/build.sh
git checkout gh-pages
cp -R js deploy/js
Then you can look at the rendered HTML. After the first time you only have to do the ./scripts/md2html/build.sh
(from main
).
If you need to render a new version of the spec, you also need to add a new MAINTAINERS_vX.Y.Z.md
file in the scripts/md2html/history
directory (which the error message you get will show as ./history
).
Metadata
Metadata
Assignees
Labels
HousekeepingscriptPull requests that update Bash or JavaScript codePull requests that update Bash or JavaScript code
Type
Projects
Status
Done