Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed May 23, 2024
1 parent 3186c59 commit 7525d51
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions scripts/docgen/docgen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,9 @@ async function generateToc() {
{ stdio: 'inherit' }
);
// The toc on the devsite must be named _toc.yaml
await spawn(
'mv',
[
'docs-devsite/toc.yaml',
'docs-devsite/_toc.yaml'
],
{ stdio: 'inherit' }
);
await spawn('mv', ['docs-devsite/toc.yaml', 'docs-devsite/_toc.yaml'], {
stdio: 'inherit'
});
} finally {
cleanup();
}
Expand Down

0 comments on commit 7525d51

Please sign in to comment.