mirror of
https://github.com/actions/deploy-pages.git
synced 2025-12-09 00:26:14 +00:00
Add 'preview' input parameter to Action metadata
This commit is contained in:
@@ -29,6 +29,10 @@ inputs:
|
|||||||
description: 'Name of the artifact to deploy'
|
description: 'Name of the artifact to deploy'
|
||||||
required: false
|
required: false
|
||||||
default: "github-pages"
|
default: "github-pages"
|
||||||
|
preview:
|
||||||
|
description: 'Is this attempting to deploy a pull request as a GitHub Pages preview site? (NOTE: This feature is only in alpha currently and is not available to the public!)'
|
||||||
|
required: false
|
||||||
|
default: 'false'
|
||||||
outputs:
|
outputs:
|
||||||
page_url:
|
page_url:
|
||||||
description: 'URL to deployed GitHub Pages'
|
description: 'URL to deployed GitHub Pages'
|
||||||
|
|||||||
Reference in New Issue
Block a user