Add SvelteKit to action yml

This commit is contained in:
AndrewLester
2022-08-09 20:29:01 -04:00
parent c872edcdfb
commit ff1182a56a

View File

@@ -6,7 +6,7 @@ runs:
main: 'dist/index.js'
inputs:
static_site_generator:
description: 'Optional static site generator to attempt to configure: "nuxt", "next", or "gatsby"'
description: 'Optional static site generator to attempt to configure: "nuxt", "next", "gatsby", or "sveltekit"'
required: false
generator_config_file:
description: 'Optional file path to static site generator configuration file'