mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update action.yml
This commit is contained in:
parent
41aadfb60f
commit
bad097f84c
@ -43,6 +43,7 @@ inputs:
|
|||||||
CLEAN:
|
CLEAN:
|
||||||
description: 'If your project generates hashed files on build you can use this option to automatically delete them from the deployment branch with each deploy. This option can be toggled on by setting it to true.'
|
description: 'If your project generates hashed files on build you can use this option to automatically delete them from the deployment branch with each deploy. This option can be toggled on by setting it to true.'
|
||||||
required: false
|
required: false
|
||||||
|
default: 'true'
|
||||||
|
|
||||||
CLEAN_EXCLUDE:
|
CLEAN_EXCLUDE:
|
||||||
description: "If you need to use CLEAN but you would like to preserve certain files or folders you can use this option. This should be formatted as an array but stored as a string."
|
description: "If you need to use CLEAN but you would like to preserve certain files or folders you can use this option. This should be formatted as an array but stored as a string."
|
||||||
@ -74,4 +75,4 @@ inputs:
|
|||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
DEPLOYMENT_STATUS:
|
DEPLOYMENT_STATUS:
|
||||||
description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped'
|
description: 'The status of the deployment that indicates if the run failed or passed. Possible outputs include: success|failed|skipped'
|
||||||
|
Loading…
Reference in New Issue
Block a user