diff --git a/website/docs/deployment.md b/website/docs/deployment.md
index 99c4239a6e..790e1b8005 100644
--- a/website/docs/deployment.md
+++ b/website/docs/deployment.md
@@ -94,18 +94,29 @@ Optional parameters, also set as environment variables:
Finally, to deploy your site to GitHub Pages, run:
-**Bash**
+
```bash
GIT_USER= yarn deploy
```
-**Windows**
+
+
```batch
cmd /C "set "GIT_USER=" && yarn deploy"
```
+
+
+
+```powershell
+cmd /C 'set "GIT_USER=" && yarn deploy'
+```
+
+
+
+
### Triggering deployment with GitHub Actions
[GitHub Actions](https://help.github.com/en/actions) allow you to automate, customize, and execute your software development workflows right in your repository.
diff --git a/website/versioned_docs/version-2.0.0-alpha.63/deployment.md b/website/versioned_docs/version-2.0.0-alpha.63/deployment.md
index 99c4239a6e..790e1b8005 100644
--- a/website/versioned_docs/version-2.0.0-alpha.63/deployment.md
+++ b/website/versioned_docs/version-2.0.0-alpha.63/deployment.md
@@ -94,18 +94,29 @@ Optional parameters, also set as environment variables:
Finally, to deploy your site to GitHub Pages, run:
-**Bash**
+
```bash
GIT_USER= yarn deploy
```
-**Windows**
+
+
```batch
cmd /C "set "GIT_USER=" && yarn deploy"
```
+
+
+
+```powershell
+cmd /C 'set "GIT_USER=" && yarn deploy'
+```
+
+
+
+
### Triggering deployment with GitHub Actions
[GitHub Actions](https://help.github.com/en/actions) allow you to automate, customize, and execute your software development workflows right in your repository.
diff --git a/website/versioned_docs/version-2.0.0-alpha.64/deployment.md b/website/versioned_docs/version-2.0.0-alpha.64/deployment.md
index 99c4239a6e..790e1b8005 100644
--- a/website/versioned_docs/version-2.0.0-alpha.64/deployment.md
+++ b/website/versioned_docs/version-2.0.0-alpha.64/deployment.md
@@ -94,18 +94,29 @@ Optional parameters, also set as environment variables:
Finally, to deploy your site to GitHub Pages, run:
-**Bash**
+
```bash
GIT_USER= yarn deploy
```
-**Windows**
+
+
```batch
cmd /C "set "GIT_USER=" && yarn deploy"
```
+
+
+
+```powershell
+cmd /C 'set "GIT_USER=" && yarn deploy'
+```
+
+
+
+
### Triggering deployment with GitHub Actions
[GitHub Actions](https://help.github.com/en/actions) allow you to automate, customize, and execute your software development workflows right in your repository.