You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Unsupported extension in configuration file: ${generatorConfigFile}. Currently supported extensions: ${supportedExtensionList}. We will still attempt to inject the site metadata into the configuration file, but it may not work as expected.`
85
+
)
86
+
}
87
+
80
88
try{
81
89
// Parse the configuration file and try to inject the Pages configuration in it
`Unsupported configuration file extension. Currently supported extensions: ${SUPPORTED_FILE_EXTENSIONS.map(
91
-
ext=>JSON.stringify(ext)
92
-
).join(', ')}. Error: ${error.message}`,
93
-
convertErrorToAnnotationProperties(error)
94
-
)
95
-
}else{
96
-
core.warning(
97
-
`We were unable to determine how to inject the site metadata into your config. Generated URLs may be incorrect. The base URL for this site should be ${siteUrl}. Please ensure your framework is configured to generate relative links appropriately. Error: ${error.message}`,
98
-
convertErrorToAnnotationProperties(error)
99
-
)
100
-
}
93
+
core.warning(
94
+
`We were unable to determine how to inject the site metadata into your config. Generated URLs may be incorrect. The base URL for this site should be ${siteUrl}. Please ensure your framework is configured to generate relative links appropriately. Error: ${error.message}`,
0 commit comments