Add license + basic doc

This commit is contained in:
Yoann Chaudet
2022-07-13 13:40:23 -07:00
parent 3809fbc588
commit d244ab9cb2
3 changed files with 40 additions and 9 deletions

View File

@@ -1,14 +1,14 @@
name: 'Get the Pages base URL'
description: 'Get the base URL where the GitHub Pages site will be hosted'
name: "Configure Pages"
description: "An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows."
runs:
using: 'node16'
main: 'dist/index.js'
using: "node16"
main: "dist/index.js"
inputs:
static_site_generator:
description: 'static site generator types. We currently support nuxt, next and gatsby'
static_site_generator:
description: "Optional static site generator to attempt to configure (nuxt, next or gatsby)"
required: false
token:
description: 'GitHub token'
description: "GitHub token"
default: ${{ github.token }}
required: true
outputs: