hdoc-tools 0.8.14 → 0.8.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hdoc-build.js +4 -1
- package/package.json +1 -1
package/hdoc-build.js
CHANGED
|
@@ -530,7 +530,10 @@
|
|
|
530
530
|
};
|
|
531
531
|
|
|
532
532
|
exports.run = function (source_path, verbose, github_api_token) {
|
|
533
|
-
|
|
533
|
+
if (github_api_token !== '') {
|
|
534
|
+
git_token = github_api_token;
|
|
535
|
+
}
|
|
536
|
+
|
|
534
537
|
// GERRY: The purpose of this function is to create a zip file containing the hdocbook content,
|
|
535
538
|
// * Create a _work folder
|
|
536
539
|
// * copy the hdocbook content to the work folder
|