mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
Parse the static sit config, inject pages url
This commit is contained in:
@@ -4,6 +4,9 @@ runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
inputs:
|
||||
static_site_generator:
|
||||
description: 'static site generator types. We currently support nuxt, next and gatsby'
|
||||
required: false
|
||||
token:
|
||||
description: 'GitHub token'
|
||||
default: ${{ github.token }}
|
||||
|
||||
Reference in New Issue
Block a user