From a4f0fa179eed0cc79ff84ccb3835ffb86d8d7491 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Tue, 29 Oct 2019 17:24:50 +0000 Subject: [PATCH] Deploy website Deploy website version based on f853171791e5a87e76ecc9a7538736066d04f84f --- docs/en/next/publishing.html | 6 +++++- docs/en/next/publishing/index.html | 6 +++++- docs/fr/next/publishing.html | 4 ++++ docs/fr/next/publishing/index.html | 4 ++++ docs/ko/next/publishing.html | 4 ++++ docs/ko/next/publishing/index.html | 4 ++++ docs/pt-BR/next/publishing.html | 4 ++++ docs/pt-BR/next/publishing/index.html | 4 ++++ docs/ro/next/publishing.html | 4 ++++ docs/ro/next/publishing/index.html | 4 ++++ docs/ru/next/publishing.html | 4 ++++ docs/ru/next/publishing/index.html | 4 ++++ docs/zh-CN/next/publishing.html | 4 ++++ docs/zh-CN/next/publishing/index.html | 4 ++++ img/search.svg | 2 +- 15 files changed, 59 insertions(+), 3 deletions(-) diff --git a/docs/en/next/publishing.html b/docs/en/next/publishing.html index 2bf3698e8f..c491a4f0c6 100644 --- a/docs/en/next/publishing.html +++ b/docs/en/next/publishing.html @@ -165,11 +165,15 @@

To run the script directly from the command-line, you can use the following, filling in the parameter values as appropriate.

+

Bash

GIT_USER=<GIT_USER> \
   CURRENT_BRANCH=master \
   USE_SSH=true \
   yarn run publish-gh-pages # or `npm run publish-gh-pages`
 
+

Windows

+
cmd /C "set GIT_USER=<GIT_USER> && set CURRENT_BRANCH=master && set USE_SSH=true && yarn run publish-gh-pages"
+

There are also two optional parameters that are set as environment variables:

@@ -343,7 +347,7 @@ e.g.

Alter your siteConfig.js to add a property 'githubHost' which represents the GitHub Enterprise hostname. Alternatively, set an environment variable GITHUB_HOST when executing the publish command.

-
Last updated on 2019-10-12 by Yangshun Tay
Creating your siteDocker