prepare
This commit is contained in:
Vendored
+1
-1
@@ -19406,7 +19406,7 @@ async function main() {
|
|||||||
try {
|
try {
|
||||||
const { repositoryNwo, githubToken, enablement, staticSiteGenerator, generatorConfigFile, proxy } = getContext()
|
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)
|
const siteUrl = new URL(pageObject.html_url)
|
||||||
|
|
||||||
if (staticSiteGenerator) {
|
if (staticSiteGenerator) {
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user