Skip to content

Commit a78a946

Browse files
tniessentargos
authored andcommitted
build: make doc generation work on Windows
PR-URL: #22749 Refs: #21697 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c1c78ca commit a78a946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcbuild.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ robocopy /e doc\api %config%\doc\api
459459
robocopy /e doc\api_assets %config%\doc\api\assets
460460

461461
for %%F in (%config%\doc\api\*.md) do (
462-
%node_exe% tools\doc\generate.js --node-version=v%FULLVERSION% --analytics=%DOCS_ANALYTICS% %%F --output-dir=%%~dF%%~pF
462+
%node_exe% tools\doc\generate.js --node-version=v%FULLVERSION% --analytics=%DOCS_ANALYTICS% %%F --output-directory=%%~dF%%~pF
463463
)
464464

465465
:run

0 commit comments

Comments
 (0)