Skip to content

Commit

Permalink
Run prepare script
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLester committed Aug 10, 2022
1 parent adc528a commit 4245166
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14578,8 +14578,8 @@ class ConfigParser {
}

// Find the configuration object in an AST.
// Look for a default export, an export default with idenfitier, a direct module export
// or an indirect module export (in that order).
// Look for a default export, a direct module export or an indirect module
// export (in that order).
//
// Return the configuration object or null.
findConfigurationObject(ast) {
Expand Down Expand Up @@ -14915,7 +14915,7 @@ function getConfigParserSettings({ staticSiteGenerator, generatorConfigFile, pat
}

return {
configurationFile: './svelte.config.js',
configurationFile: generatorConfigFile || './svelte.config.js',
blankConfigurationFile: __nccwpck_require__.ab + "sveltekit.js",
properties: {
// Configure a base path
Expand Down Expand Up @@ -16443,6 +16443,7 @@ async function main() {
setPagesPath({ staticSiteGenerator, generatorConfigFile, path: siteUrl.pathname })
}
outputPagesBaseUrl(siteUrl)
core.exportVariable('GITHUB_PAGES', true)
} catch (error) {
core.setFailed(error)
process.exit(1)
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 4245166

Please sign in to comment.