Text
This commit is contained in:
parent
f3d90c5719
commit
16b1655d1d
10
README.md
10
README.md
|
@ -58,11 +58,11 @@ jobs:
|
|||
|
||||
Following inputs can be used as `step.with` keys
|
||||
|
||||
| Name | Type | Description |
|
||||
|-----------------|---------|-----------------------------------------------------------------------------------------|
|
||||
| `repo` | String | GitHub repository where assets will be deployed. Example: portapps/portapps.github.io |
|
||||
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
|
||||
| `build_dir` | String | Path to build directory to deploy |
|
||||
| Name | Type | Description |
|
||||
|-----------------|---------|----------------------------------------------------------------------------------------------------|
|
||||
| `repo` | String | GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io |
|
||||
| `target_branch` | String | Git branch where assets will be deployed (default `gh-pages`) |
|
||||
| `build_dir` | String | Build directory to deploy |
|
||||
|
||||
### environment variables
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ branding:
|
|||
|
||||
inputs:
|
||||
repo:
|
||||
description: 'GitHub repository where assets will be deployed. Example: portapps/portapps.github.io'
|
||||
description: 'GitHub repository where assets will be deployed (default current). Eg: portapps/portapps.github.io'
|
||||
target_branch:
|
||||
description: 'Git branch where assets will be deployed'
|
||||
default: 'gh-pages'
|
||||
|
|
Loading…
Reference in New Issue
Block a user