From c2b89dc0ea85dab2ad3b74ad77f8240ed2d84f0c Mon Sep 17 00:00:00 2001 From: Dmitriy Fishman Date: Sun, 7 Nov 2021 02:22:33 +0200 Subject: [PATCH] docs: fix a typo in deployment.mdx --- website/versioned_docs/version-2.0.0-beta.8/deployment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-2.0.0-beta.8/deployment.mdx b/website/versioned_docs/version-2.0.0-beta.8/deployment.mdx index d5624990918eb..a8b8be69cf350 100644 --- a/website/versioned_docs/version-2.0.0-beta.8/deployment.mdx +++ b/website/versioned_docs/version-2.0.0-beta.8/deployment.mdx @@ -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= git config --global user.email ""