You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This Action expects the following to be true:
12
12
|Key|Description|Required|
13
13
|---|---|:---:|
14
14
|`personal_access_token`| A personal access token with repo scope for pushing documentation to `gh-pages` branch. See [Creating a Personal Access Token](https://help.github.com/en/enterprise/2.17/user/authenticating-to-github/creating-a-personal-access-token-for-the-command-line) for creating the token and [Creating and Using Secrets](https://help.github.com/en/github/automating-your-workflow-with-github-actions/virtual-environments-for-github-actions#creating-and-using-secrets-encrypted-variables) for including secrets to be used in tandem with Github Actions. | Yes |
15
-
|`config`| The path to a Jazzy yaml configuration file| No |
15
+
|`config`| The path to a Jazzy yaml or json configuration file| No |
16
16
|`args`| Command line arguments to be passed to Jazzy. See `jazzy --help` on your local machine for available options| No |
17
17
| `version` | The Jazzy version to run. Defaults to latest | No
18
18
@@ -22,7 +22,6 @@ This Action will never support the following:
22
22
* Maintain commit history of the `gh-pages` branch.
23
23
24
24
This Action does not currently support the following:
25
-
* .json configuration files
26
25
* Specifying both `config` and `args`. Any `args` provided along with `config` will be ignored.
0 commit comments