mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
Add SvelteKit to action yml
This commit is contained in:
@@ -6,7 +6,7 @@ runs:
|
|||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
inputs:
|
inputs:
|
||||||
static_site_generator:
|
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
|
required: false
|
||||||
generator_config_file:
|
generator_config_file:
|
||||||
description: 'Optional file path to static site generator configuration file'
|
description: 'Optional file path to static site generator configuration file'
|
||||||
|
|||||||
Reference in New Issue
Block a user