mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-04 08:42:21 +00:00
use github actions packages
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user