diff --git a/dist/index.js b/dist/index.js index 8218954..924182c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -137,7 +137,7 @@ async function main() { transformForStaticHosting: transformForStaticHosting, enableInheritedDocs: enableInheritedDocs, sourceRepository: checkoutPath || repoService || repoBaseUrl ? { - checkoutPath: nonEmpty(checkoutPath), + checkoutPath: mapNonNull(nonEmpty(checkoutPath), path_1.default.resolve), service: repoService && repoBaseUrl ? { type: repoService, baseUrl: repoBaseUrl,