Skip to content

Commit

Permalink
Fix typo in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and GitHub committed Aug 10, 2022
1 parent fad7805 commit d06799d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16420,7 +16420,7 @@ const outputPagesBaseUrl = __nccwpck_require__(7527)

async function main() {
try {
const { repositoryNwo, githubToken, enablement, staticSiteGenerato, generatorConfigFile } = getContext()
const { repositoryNwo, githubToken, enablement, staticSiteGenerator, generatorConfigFile } = getContext()

const pageObject = await findOrCreatePagesSite({ repositoryNwo, githubToken, enablement })
const siteUrl = new URL(pageObject.html_url)
Expand All @@ -16443,4 +16443,4 @@ main()
module.exports = __webpack_exports__;
/******/ })()
;
//# sourceMappingURL=index.js.map
//# sourceMappingURL=index.js.map

0 comments on commit d06799d

Please sign in to comment.