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 authored Nov 7, 2021
1 parent e0127c6 commit c2b89dc
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit c2b89dc

Please sign in to comment.