Skip to content

Commit 88dffb7

Browse files
committed
Add docs
1 parent eeec615 commit 88dffb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/deployment.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,8 @@ By default, GitHub Pages runs published files through [Jekyll](https://jekyllrb.
290290
| `GIT_USER` | The username for a GitHub account that **has push access to the deployment repo**. For your own repositories, this will usually be your GitHub username. Required if not using SSH, and ignored otherwise. |
291291
| `GIT_PASS` | Personal access token of the git user (specified by `GIT_USER`), to facilitate non-interactive deployment (e.g. continuous deployment) |
292292
| `CURRENT_BRANCH` | The source branch. Usually, the branch will be `main` or `master`, but it could be any branch except for `gh-pages`. If nothing is set for this variable, then the current branch from which `docusaurus deploy` is invoked will be used. |
293+
| `GIT_USER_NAME` | The `git config user.name` value to use when pushing to the deployment repo |
294+
| `GIT_USER_EMAIL` | The `git config user.email` value to use when pushing to the deployment repo |
293295

294296
GitHub enterprise installations should work in the same manner as github.com; you only need to set the organization's GitHub Enterprise host as an environment variable:
295297

0 commit comments

Comments
 (0)