File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -648,10 +648,10 @@ robocopy /e doc\api %config%\doc\api
648648 -t legacy-html-all legacy-json-all api-links ^
649649 -i doc/api/*.md ^
650650 -i lib/*.js ^
651- -o out /doc/api/ ^
651+ -o %config% /doc/api/ ^
652652 -c file://%~dp0 \CHANGELOG.md ^
653653 -v %NODE_VERSION% ^
654- --type-map " %~dp0 doc\type-map.json"
654+ --type-map " file:// %~dp0 doc\type-map.json"
655655
656656:run
657657@ rem Run tests if requested.
@@ -667,7 +667,7 @@ for /d %%F in (test\addons\??_*) do (
667667 rd /s /q %%F
668668)
669669:: generate
670- %doc_kit_exe% generate -t addon-verify -i " %~dp0 doc\api\addons.md" -o " %~dp0 test\addons" --type-map " %~dp0 doc\type-map.json"
670+ %doc_kit_exe% generate -t addon-verify -i " file:// %~dp0 doc\api\addons.md" -o " file:// %~dp0 test\addons" --type-map " file:// %~dp0 doc\type-map.json"
671671if %errorlevel% neq 0 exit /b %errorlevel%
672672:: building addons
673673setlocal
You can’t perform that action at this time.
0 commit comments