use github actions packages

This commit is contained in:
Jeremy Daley
2023-02-10 02:30:56 -05:00
parent b1748b08d7
commit 7d88dd59cd
6 changed files with 29 additions and 8477 deletions

View File

@@ -9,9 +9,9 @@ const outputPagesBaseUrl = require('./output-pages-base-url')
async function main() {
try {
const { repositoryNwo, githubToken, enablement, staticSiteGenerator, generatorConfigFile, proxy } = getContext()
const { githubToken, enablement, staticSiteGenerator, generatorConfigFile } = getContext()
const pageObject = await findOrCreatePagesSite({ repositoryNwo, githubToken, enablement, proxy })
const pageObject = await findOrCreatePagesSite({ githubToken, enablement })
const siteUrl = new URL(pageObject.html_url)
if (staticSiteGenerator) {