This commit is contained in:
James M. Greene
2022-11-22 23:09:15 -06:00
parent 7fea7010df
commit e5c1ee9f14

View File

@@ -83,7 +83,9 @@ function setPagesConfig({ staticSiteGenerator, generatorConfigFile, siteUrl }) {
// Logging
if (!isSupportedFileExtension) {
core.warning(
`Unsupported configuration file extension. Currently supported extensions: ${SUPPORTED_FILE_EXTENSIONS.map(ext => JSON.stringify(ext)).join(', ')}`,
`Unsupported configuration file extension. Currently supported extensions: ${SUPPORTED_FILE_EXTENSIONS.map(
ext => JSON.stringify(ext)
).join(', ')}`,
error
)
} else {