Skip to content

Commit

Permalink
you kidding me?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-daley-kr committed Feb 10, 2023
1 parent 50408c8 commit d8adc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ async function main() {
try {
const { repositoryNwo, githubToken, enablement, staticSiteGenerator, generatorConfigFile, proxy } = getContext()

const pageObject = await findOrCreatePagesSite({ repositoryNwo, githubToken, enablement })
const pageObject = await findOrCreatePagesSite({ repositoryNwo, githubToken, enablement, proxy })
const siteUrl = new URL(pageObject.html_url)

if (staticSiteGenerator) {
Expand Down

0 comments on commit d8adc44

Please sign in to comment.