Skip to content

Commit

Permalink
Add actions/configure-pages@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 authored Aug 23, 2024
1 parent 5ccd662 commit 3d49e3d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions typings/actions/configure-pages/v5/action-types.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
inputs:
static_site_generator:
type: enum
allowed-values:
- nuxt
- next
- gatsby
- sveltekit
generator_config_file:
type: string
token:
type: string
enablement:
type: boolean
outputs:
base_url:
type: string
origin:
type: string
host:
type: string
base_path:
type: string

0 comments on commit 3d49e3d

Please sign in to comment.