Skip to content

Commit

Permalink
docs: fix a typo in deployment.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
fishmandev committed Nov 7, 2021
1 parent e0127c6 commit 43729a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Follow these steps to create a pipeline that automatically deploys a new version
1. Using the left navigation panel, switch to the `Pipelines` view.
1. Create a new pipeline. Define its name, set the trigger mode to `On push`, and select the branch that triggers the pipeline execution.
1. Add a `Node.js` action.
1. Add these command in the action's terminal:
1. Add these commands in the action's terminal:
```bash
GIT_USER=<GH_PERSONAL_ACCESS_TOKEN>
git config --global user.email "<YOUR_GH_EMAIL>"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.0.0-beta.8/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ Follow these steps to create a pipeline that automatically deploys a new version
1. Using the left navigation panel, switch to the `Pipelines` view.
1. Create a new pipeline. Define its name, set the trigger mode to `On push`, and select the branch that triggers the pipeline execution.
1. Add a `Node.js` action.
1. Add these command in the action's terminal:
1. Add these commands in the action's terminal:
```bash
GIT_USER=<GH_PERSONAL_ACCESS_TOKEN>
git config --global user.email "<YOUR_GH_EMAIL>"
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.0.0-beta.9/deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ Follow these steps to create a pipeline that automatically deploys a new version
1. Using the left navigation panel, switch to the `Pipelines` view.
1. Create a new pipeline. Define its name, set the trigger mode to `On push`, and select the branch that triggers the pipeline execution.
1. Add a `Node.js` action.
1. Add these command in the action's terminal:
1. Add these commands in the action's terminal:
```bash
GIT_USER=<GH_PERSONAL_ACCESS_TOKEN>
git config --global user.email "<YOUR_GH_EMAIL>"
Expand Down

0 comments on commit 43729a8

Please sign in to comment.