Skip to content

Commit

Permalink
Merge pull request #4358 from OAI/ralfhandl-respec-no-sandbox
Browse files Browse the repository at this point in the history
Run respec without sandbox
  • Loading branch information
lornajane authored Feb 20, 2025
2 parents 57962a3 + 20a3024 commit 4f0379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/md2html/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for specification in $specifications; do
echo === Building $version to $destination

node scripts/md2html/md2html.js --maintainers $maintainers $specification > $tempfile
npx respec --use-local --src $tempfile --out $destination
npx respec --no-sandbox --use-local --src $tempfile --out $destination
rm $tempfile

echo === Built $destination
Expand Down

0 comments on commit 4f0379b

Please # to comment.