From b04d07815f47018655b70b4152090b566f568af1 Mon Sep 17 00:00:00 2001 From: Brandon Millman Date: Mon, 27 Nov 2017 12:10:26 -0800 Subject: Add md directory to website package and change generated docs directory --- scripts/postpublish_utils.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/postpublish_utils.js') diff --git a/scripts/postpublish_utils.js b/scripts/postpublish_utils.js index 4f9798e60..e2c23ee14 100644 --- a/scripts/postpublish_utils.js +++ b/scripts/postpublish_utils.js @@ -5,6 +5,7 @@ const publishRelease = require('publish-release'); const publishReleaseAsync = promisify(publishRelease); const githubPersonalAccessToken = process.env.GITHUB_PERSONAL_ACCESS_TOKEN_0X_JS; +const generatedDocsDirectoryName = 'generated_docs'; module.exports = { getLatestTagAndVersionAsync: function(subPackageName) { @@ -48,4 +49,5 @@ module.exports = { const releaseName = subPackageName + ' v' + version; return releaseName; }, + generatedDocsDirectoryName, }; -- cgit v1.2.3